Shades of Gold #FFD612
Tints of Gold #FFD612
RGB
CMYK
RGB Variations
Color information
#FFD612 (or 0xFFD612) is known color: Gold. HEX triplet: FF, D6 and 12. RGB value is (255,214,18). Sum of RGB (Red+Green+Blue) = 255+214+18=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD612 is #0029ED. Grayscale: #CCCCCC. Windows color (decimal): -10734 or 1234687. OLE color: 1234687.
HSL color Cylindrical-coordinate representation of color #FFD612: hue angle of 49.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFD612 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0 |
| HSL | 49.62º | 1% | 0.54% | - |
| HSV(B) | 49.62º | 0.93% | 1% | - |
| XYZ | 65.4 | 69.4 | 10.52 | - |
| YUV | 203.92 | 23.08 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 18 | 0 | 0.16 | 0.93 | 0 | 49.62 | 1 | 0.54 |
| Hex | FF | D6 | 12 | 0 | 10 | 5D | 0 | 32 | 64 | 36 |
| Octal | 377 | 326 | 22 | 0 | 20 | 135 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11010110 | 10010 | 0 | 10000 | 1011101 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD612
Complementary color
Monochromatic Colors of #FFD612
Black with #FFD612
Text Example
Text Example
White with #FFD612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD612; }
p { color: rgb(255,214,18); }
H1.HeaderClassName
{
color: #FFD612;
}
.AnyTagClassName
{
color: #FFD612;
}
</style>
background-color css
<style>
a { background-color: #FFD612; }
a { background-color: rgb(255,214,18); }
div.DivClassName
{
background-color: #FFD612;
}
.BgClassName
{
background-color: #FFD612;
}
</style>
border-color css
<style>
span { border-color: #FFD612; }
span { border-color: rgb(255,214,18); }
td.TdClassName
{
border-color: #FFD612;
}
.TagClassName
{
border-color: #FFD612;
}
</style>