Shades of Gold #FFD710
Tints of Gold #FFD710
RGB
CMYK
RGB Variations
Color information
#FFD710 (or 0xFFD710) is known color: Gold. HEX triplet: FF, D7 and 10. RGB value is (255,215,16). Sum of RGB (Red+Green+Blue) = 255+215+16=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD710 is #0028EF. Grayscale: #CDCDCD. Windows color (decimal): -10480 or 1103871. OLE color: 1103871.
HSL color Cylindrical-coordinate representation of color #FFD710: hue angle of 49.96º 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 #FFD710 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 16 | - |
| CMYK | 0 | 0.16 | 0.94 | 0 |
| HSL | 49.96º | 1% | 0.53% | - |
| HSV(B) | 49.96º | 0.94% | 1% | - |
| XYZ | 65.63 | 69.9 | 10.52 | - |
| YUV | 204.27 | 21.75 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 16 | 0 | 0.16 | 0.94 | 0 | 49.96 | 1 | 0.53 |
| Hex | FF | D7 | 10 | 0 | 10 | 5E | 0 | 32 | 64 | 35 |
| Octal | 377 | 327 | 20 | 0 | 20 | 136 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11010111 | 10000 | 0 | 10000 | 1011110 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD710
Complementary color
Monochromatic Colors of #FFD710
Black with #FFD710
Text Example
Text Example
White with #FFD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD710; }
p { color: rgb(255,215,16); }
H1.HeaderClassName
{
color: #FFD710;
}
.AnyTagClassName
{
color: #FFD710;
}
</style>
background-color css
<style>
a { background-color: #FFD710; }
a { background-color: rgb(255,215,16); }
div.DivClassName
{
background-color: #FFD710;
}
.BgClassName
{
background-color: #FFD710;
}
</style>
border-color css
<style>
span { border-color: #FFD710; }
span { border-color: rgb(255,215,16); }
td.TdClassName
{
border-color: #FFD710;
}
.TagClassName
{
border-color: #FFD710;
}
</style>