Shades of Gold #FFD310
Tints of Gold #FFD310
RGB
CMYK
RGB Variations
Color information
#FFD310 (or 0xFFD310) is known color: Gold. HEX triplet: FF, D3 and 10. RGB value is (255,211,16). Sum of RGB (Red+Green+Blue) = 255+211+16=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD310 is #002CEF. Grayscale: #CACACA. Windows color (decimal): -11504 or 1102847. OLE color: 1102847.
HSL color Cylindrical-coordinate representation of color #FFD310: hue angle of 48.95º 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 #FFD310 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 16 | - |
| CMYK | 0 | 0.17 | 0.94 | 0 |
| HSL | 48.95º | 1% | 0.53% | - |
| HSV(B) | 48.95º | 0.94% | 1% | - |
| XYZ | 64.63 | 67.89 | 10.19 | - |
| YUV | 201.93 | 23.08 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 16 | 0 | 0.17 | 0.94 | 0 | 48.95 | 1 | 0.53 |
| Hex | FF | D3 | 10 | 0 | 11 | 5E | 0 | 31 | 64 | 35 |
| Octal | 377 | 323 | 20 | 0 | 21 | 136 | 0 | 61 | 144 | 65 |
| Binary | 11111111 | 11010011 | 10000 | 0 | 10001 | 1011110 | 0 | 110001 | 1100100 | 110101 |
Color Harmonies of #FFD310
Complementary color
Monochromatic Colors of #FFD310
Black with #FFD310
Text Example
Text Example
White with #FFD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD310; }
p { color: rgb(255,211,16); }
H1.HeaderClassName
{
color: #FFD310;
}
.AnyTagClassName
{
color: #FFD310;
}
</style>
background-color css
<style>
a { background-color: #FFD310; }
a { background-color: rgb(255,211,16); }
div.DivClassName
{
background-color: #FFD310;
}
.BgClassName
{
background-color: #FFD310;
}
</style>
border-color css
<style>
span { border-color: #FFD310; }
span { border-color: rgb(255,211,16); }
td.TdClassName
{
border-color: #FFD310;
}
.TagClassName
{
border-color: #FFD310;
}
</style>