Shades of Gold #FFD610
Tints of Gold #FFD610
RGB
CMYK
RGB Variations
Color information
#FFD610 (or 0xFFD610) is known color: Gold. HEX triplet: FF, D6 and 10. RGB value is (255,214,16). Sum of RGB (Red+Green+Blue) = 255+214+16=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD610 is #0029EF. Grayscale: #CCCCCC. Windows color (decimal): -10736 or 1103615. OLE color: 1103615.
HSL color Cylindrical-coordinate representation of color #FFD610: hue angle of 49.71º 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 #FFD610 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 16 | - |
| CMYK | 0 | 0.16 | 0.94 | 0 |
| HSL | 49.71º | 1% | 0.53% | - |
| HSV(B) | 49.71º | 0.94% | 1% | - |
| XYZ | 65.38 | 69.39 | 10.44 | - |
| YUV | 203.69 | 22.08 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 16 | 0 | 0.16 | 0.94 | 0 | 49.71 | 1 | 0.53 |
| Hex | FF | D6 | 10 | 0 | 10 | 5E | 0 | 32 | 64 | 35 |
| Octal | 377 | 326 | 20 | 0 | 20 | 136 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11010110 | 10000 | 0 | 10000 | 1011110 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD610
Complementary color
Monochromatic Colors of #FFD610
Black with #FFD610
Text Example
Text Example
White with #FFD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD610; }
p { color: rgb(255,214,16); }
H1.HeaderClassName
{
color: #FFD610;
}
.AnyTagClassName
{
color: #FFD610;
}
</style>
background-color css
<style>
a { background-color: #FFD610; }
a { background-color: rgb(255,214,16); }
div.DivClassName
{
background-color: #FFD610;
}
.BgClassName
{
background-color: #FFD610;
}
</style>
border-color css
<style>
span { border-color: #FFD610; }
span { border-color: rgb(255,214,16); }
td.TdClassName
{
border-color: #FFD610;
}
.TagClassName
{
border-color: #FFD610;
}
</style>