Shades of Gold #FFD410
Tints of Gold #FFD410
RGB
CMYK
RGB Variations
Color information
#FFD410 (or 0xFFD410) is known color: Gold. HEX triplet: FF, D4 and 10. RGB value is (255,212,16). Sum of RGB (Red+Green+Blue) = 255+212+16=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD410 is #002BEF. Grayscale: #CBCBCB. Windows color (decimal): -11248 or 1103103. OLE color: 1103103.
HSL color Cylindrical-coordinate representation of color #FFD410: hue angle of 49.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD410 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 16 | - |
| CMYK | 0 | 0.17 | 0.94 | 0 |
| HSL | 49.21º | 1% | 0.53% | - |
| HSV(B) | 49.21º | 0.94% | 1% | - |
| XYZ | 64.88 | 68.38 | 10.27 | - |
| YUV | 202.51 | 22.75 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 16 | 0 | 0.17 | 0.94 | 0 | 49.21 | 1 | 0.53 |
| Hex | FF | D4 | 10 | 0 | 11 | 5E | 0 | 31 | 64 | 35 |
| Octal | 377 | 324 | 20 | 0 | 21 | 136 | 0 | 61 | 144 | 65 |
| Binary | 11111111 | 11010100 | 10000 | 0 | 10001 | 1011110 | 0 | 110001 | 1100100 | 110101 |
Color Harmonies of #FFD410
Complementary color
Monochromatic Colors of #FFD410
Black with #FFD410
Text Example
Text Example
White with #FFD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD410; }
p { color: rgb(255,212,16); }
H1.HeaderClassName
{
color: #FFD410;
}
.AnyTagClassName
{
color: #FFD410;
}
</style>
background-color css
<style>
a { background-color: #FFD410; }
a { background-color: rgb(255,212,16); }
div.DivClassName
{
background-color: #FFD410;
}
.BgClassName
{
background-color: #FFD410;
}
</style>
border-color css
<style>
span { border-color: #FFD410; }
span { border-color: rgb(255,212,16); }
td.TdClassName
{
border-color: #FFD410;
}
.TagClassName
{
border-color: #FFD410;
}
</style>