Shades of Gold #FFD512
Tints of Gold #FFD512
RGB
CMYK
RGB Variations
Color information
#FFD512 (or 0xFFD512) is known color: Gold. HEX triplet: FF, D5 and 12. RGB value is (255,213,18). Sum of RGB (Red+Green+Blue) = 255+213+18=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD512 is #002AED. Grayscale: #CCCCCC. Windows color (decimal): -10990 or 1234431. OLE color: 1234431.
HSL color Cylindrical-coordinate representation of color #FFD512: hue angle of 49.37º 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 #FFD512 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0 |
| HSL | 49.37º | 1% | 0.54% | - |
| HSV(B) | 49.37º | 0.93% | 1% | - |
| XYZ | 65.14 | 68.89 | 10.44 | - |
| YUV | 203.33 | 23.41 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 18 | 0 | 0.16 | 0.93 | 0 | 49.37 | 1 | 0.54 |
| Hex | FF | D5 | 12 | 0 | 10 | 5D | 0 | 31 | 64 | 36 |
| Octal | 377 | 325 | 22 | 0 | 20 | 135 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010101 | 10010 | 0 | 10000 | 1011101 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD512
Complementary color
Monochromatic Colors of #FFD512
Black with #FFD512
Text Example
Text Example
White with #FFD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD512; }
p { color: rgb(255,213,18); }
H1.HeaderClassName
{
color: #FFD512;
}
.AnyTagClassName
{
color: #FFD512;
}
</style>
background-color css
<style>
a { background-color: #FFD512; }
a { background-color: rgb(255,213,18); }
div.DivClassName
{
background-color: #FFD512;
}
.BgClassName
{
background-color: #FFD512;
}
</style>
border-color css
<style>
span { border-color: #FFD512; }
span { border-color: rgb(255,213,18); }
td.TdClassName
{
border-color: #FFD512;
}
.TagClassName
{
border-color: #FFD512;
}
</style>