Shades of Gold #FFD204
Tints of Gold #FFD204
RGB
CMYK
RGB Variations
Color information
#FFD204 (or 0xFFD204) is known color: Gold. HEX triplet: FF, D2 and 04. RGB value is (255,210,4). Sum of RGB (Red+Green+Blue) = 255+210+4=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD204 is #002DFB. Grayscale: #C8C8C8. Windows color (decimal): -11772 or 316159. OLE color: 316159.
HSL color Cylindrical-coordinate representation of color #FFD204: hue angle of 49.24º 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 #FFD204 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0 |
| HSL | 49.24º | 1% | 0.51% | - |
| HSV(B) | 49.24º | 0.98% | 1% | - |
| XYZ | 64.31 | 67.36 | 9.73 | - |
| YUV | 199.97 | 17.41 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 4 | 0 | 0.18 | 0.98 | 0 | 49.24 | 1 | 0.51 |
| Hex | FF | D2 | 4 | 0 | 12 | 62 | 0 | 31 | 64 | 33 |
| Octal | 377 | 322 | 4 | 0 | 22 | 142 | 0 | 61 | 144 | 63 |
| Binary | 11111111 | 11010010 | 100 | 0 | 10010 | 1100010 | 0 | 110001 | 1100100 | 110011 |
Color Harmonies of #FFD204
Complementary color
Monochromatic Colors of #FFD204
Black with #FFD204
Text Example
Text Example
White with #FFD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD204; }
p { color: rgb(255,210,4); }
H1.HeaderClassName
{
color: #FFD204;
}
.AnyTagClassName
{
color: #FFD204;
}
</style>
background-color css
<style>
a { background-color: #FFD204; }
a { background-color: rgb(255,210,4); }
div.DivClassName
{
background-color: #FFD204;
}
.BgClassName
{
background-color: #FFD204;
}
</style>
border-color css
<style>
span { border-color: #FFD204; }
span { border-color: rgb(255,210,4); }
td.TdClassName
{
border-color: #FFD204;
}
.TagClassName
{
border-color: #FFD204;
}
</style>