Shades of Gold #FFD311
Tints of Gold #FFD311
RGB
CMYK
RGB Variations
Color information
#FFD311 (or 0xFFD311) is known color: Gold. HEX triplet: FF, D3 and 11. RGB value is (255,211,17). Sum of RGB (Red+Green+Blue) = 255+211+17=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD311 is #002CEE. Grayscale: #CACACA. Windows color (decimal): -11503 or 1168383. OLE color: 1168383.
HSL color Cylindrical-coordinate representation of color #FFD311: hue angle of 48.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFD311 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0 |
| HSL | 48.91º | 1% | 0.53% | - |
| HSV(B) | 48.91º | 0.93% | 1% | - |
| XYZ | 64.64 | 67.89 | 10.23 | - |
| YUV | 202.04 | 23.58 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 17 | 0 | 0.17 | 0.93 | 0 | 48.91 | 1 | 0.53 |
| Hex | FF | D3 | 11 | 0 | 11 | 5D | 0 | 31 | 64 | 35 |
| Octal | 377 | 323 | 21 | 0 | 21 | 135 | 0 | 61 | 144 | 65 |
| Binary | 11111111 | 11010011 | 10001 | 0 | 10001 | 1011101 | 0 | 110001 | 1100100 | 110101 |
Color Harmonies of #FFD311
Complementary color
Monochromatic Colors of #FFD311
Black with #FFD311
Text Example
Text Example
White with #FFD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD311; }
p { color: rgb(255,211,17); }
H1.HeaderClassName
{
color: #FFD311;
}
.AnyTagClassName
{
color: #FFD311;
}
</style>
background-color css
<style>
a { background-color: #FFD311; }
a { background-color: rgb(255,211,17); }
div.DivClassName
{
background-color: #FFD311;
}
.BgClassName
{
background-color: #FFD311;
}
</style>
border-color css
<style>
span { border-color: #FFD311; }
span { border-color: rgb(255,211,17); }
td.TdClassName
{
border-color: #FFD311;
}
.TagClassName
{
border-color: #FFD311;
}
</style>