#ffd700
Gold Color Codes
Code | Value |
---|---|
HEX | #ffd700 |
RGB | rgb(255,215,0) |
HSL | |
CMYK |
Shades of Gold (#ffd700)
Tints of Gold (#ffd700)
Gold (#ffd700) Preview
Text with hexademical color #ffd700
This text has a font color of #ffd700
<span style="color: #ffd700;">Text</span>
#ffd700 background color
This paragraph has a background color of #ffd700
<p style="background-color: #ffd700;">Text</p>
#ffd700 border color
This element has a border color of #ffd700
<div style="border: 2px solid #ffd700;">Text</div>
CSS codes
.text {color:#ffd700;}
.background {background-color: #ffd700;}
.border {border:2px solid #ffd700;}