Shades of Gold #FFD406
Tints of Gold #FFD406
RGB
CMYK
RGB Variations
Color information
#FFD406 (or 0xFFD406) is known color: Gold. HEX triplet: FF, D4 and 06. RGB value is (255,212,6). Sum of RGB (Red+Green+Blue) = 255+212+6=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD406 is #002BF9. Grayscale: #CACACA. Windows color (decimal): -11258 or 447743. OLE color: 447743.
HSL color Cylindrical-coordinate representation of color #FFD406: hue angle of 49.64º 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 #FFD406 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 6 | - |
| CMYK | 0 | 0.17 | 0.98 | 0 |
| HSL | 49.64º | 1% | 0.51% | - |
| HSV(B) | 49.64º | 0.98% | 1% | - |
| XYZ | 64.82 | 68.36 | 9.95 | - |
| YUV | 201.37 | 17.75 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 6 | 0 | 0.17 | 0.98 | 0 | 49.64 | 1 | 0.51 |
| Hex | FF | D4 | 6 | 0 | 11 | 62 | 0 | 32 | 64 | 33 |
| Octal | 377 | 324 | 6 | 0 | 21 | 142 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010100 | 110 | 0 | 10001 | 1100010 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD406
Complementary color
Monochromatic Colors of #FFD406
Black with #FFD406
Text Example
Text Example
White with #FFD406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD406; }
p { color: rgb(255,212,6); }
H1.HeaderClassName
{
color: #FFD406;
}
.AnyTagClassName
{
color: #FFD406;
}
</style>
background-color css
<style>
a { background-color: #FFD406; }
a { background-color: rgb(255,212,6); }
div.DivClassName
{
background-color: #FFD406;
}
.BgClassName
{
background-color: #FFD406;
}
</style>
border-color css
<style>
span { border-color: #FFD406; }
span { border-color: rgb(255,212,6); }
td.TdClassName
{
border-color: #FFD406;
}
.TagClassName
{
border-color: #FFD406;
}
</style>