Shades of Gold #FFD611
Tints of Gold #FFD611
RGB
CMYK
RGB Variations
Color information
#FFD611 (or 0xFFD611) is known color: Gold. HEX triplet: FF, D6 and 11. RGB value is (255,214,17). Sum of RGB (Red+Green+Blue) = 255+214+17=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 17 (7.03% from 255 or 3.50% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD611 is #0029EE. Grayscale: #CCCCCC. Windows color (decimal): -10735 or 1169151. OLE color: 1169151.
HSL color Cylindrical-coordinate representation of color #FFD611: hue angle of 49.66º 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 #FFD611 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0 |
| HSL | 49.66º | 1% | 0.53% | - |
| HSV(B) | 49.66º | 0.93% | 1% | - |
| XYZ | 65.39 | 69.39 | 10.48 | - |
| YUV | 203.8 | 22.58 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 17 | 0 | 0.16 | 0.93 | 0 | 49.66 | 1 | 0.53 |
| Hex | FF | D6 | 11 | 0 | 10 | 5D | 0 | 32 | 64 | 35 |
| Octal | 377 | 326 | 21 | 0 | 20 | 135 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11010110 | 10001 | 0 | 10000 | 1011101 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD611
Complementary color
Monochromatic Colors of #FFD611
Black with #FFD611
Text Example
Text Example
White with #FFD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD611; }
p { color: rgb(255,214,17); }
H1.HeaderClassName
{
color: #FFD611;
}
.AnyTagClassName
{
color: #FFD611;
}
</style>
background-color css
<style>
a { background-color: #FFD611; }
a { background-color: rgb(255,214,17); }
div.DivClassName
{
background-color: #FFD611;
}
.BgClassName
{
background-color: #FFD611;
}
</style>
border-color css
<style>
span { border-color: #FFD611; }
span { border-color: rgb(255,214,17); }
td.TdClassName
{
border-color: #FFD611;
}
.TagClassName
{
border-color: #FFD611;
}
</style>