Shades of Gold #FFD604
Tints of Gold #FFD604
RGB
CMYK
RGB Variations
Color information
#FFD604 (or 0xFFD604) is known color: Gold. HEX triplet: FF, D6 and 04. RGB value is (255,214,4). Sum of RGB (Red+Green+Blue) = 255+214+4=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD604 is #0029FB. Grayscale: #CBCBCB. Windows color (decimal): -10748 or 317183. OLE color: 317183.
HSL color Cylindrical-coordinate representation of color #FFD604: hue angle of 50.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFD604 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0 |
| HSL | 50.2º | 1% | 0.51% | - |
| HSV(B) | 50.2º | 0.98% | 1% | - |
| XYZ | 65.31 | 69.36 | 10.06 | - |
| YUV | 202.32 | 16.08 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 4 | 0 | 0.16 | 0.98 | 0 | 50.2 | 1 | 0.51 |
| Hex | FF | D6 | 4 | 0 | 10 | 62 | 0 | 32 | 64 | 33 |
| Octal | 377 | 326 | 4 | 0 | 20 | 142 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010110 | 100 | 0 | 10000 | 1100010 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD604
Complementary color
Monochromatic Colors of #FFD604
Black with #FFD604
Text Example
Text Example
White with #FFD604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD604; }
p { color: rgb(255,214,4); }
H1.HeaderClassName
{
color: #FFD604;
}
.AnyTagClassName
{
color: #FFD604;
}
</style>
background-color css
<style>
a { background-color: #FFD604; }
a { background-color: rgb(255,214,4); }
div.DivClassName
{
background-color: #FFD604;
}
.BgClassName
{
background-color: #FFD604;
}
</style>
border-color css
<style>
span { border-color: #FFD604; }
span { border-color: rgb(255,214,4); }
td.TdClassName
{
border-color: #FFD604;
}
.TagClassName
{
border-color: #FFD604;
}
</style>