Shades of Gold #FFD40C
Tints of Gold #FFD40C
RGB
CMYK
RGB Variations
Color information
#FFD40C (or 0xFFD40C) is known color: Gold. HEX triplet: FF, D4 and 0C. RGB value is (255,212,12). Sum of RGB (Red+Green+Blue) = 255+212+12=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD40C is #002BF3. Grayscale: #CACACA. Windows color (decimal): -11252 or 840959. OLE color: 840959.
HSL color Cylindrical-coordinate representation of color #FFD40C: hue angle of 49.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFD40C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0 |
| HSL | 49.38º | 1% | 0.52% | - |
| HSV(B) | 49.38º | 0.95% | 1% | - |
| XYZ | 64.85 | 68.37 | 10.13 | - |
| YUV | 202.06 | 20.75 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 12 | 0 | 0.17 | 0.95 | 0 | 49.38 | 1 | 0.52 |
| Hex | FF | D4 | C | 0 | 11 | 5F | 0 | 31 | 64 | 34 |
| Octal | 377 | 324 | 14 | 0 | 21 | 137 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010100 | 1100 | 0 | 10001 | 1011111 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD40C
Complementary color
Monochromatic Colors of #FFD40C
Black with #FFD40C
Text Example
Text Example
White with #FFD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD40C; }
p { color: rgb(255,212,12); }
H1.HeaderClassName
{
color: #FFD40C;
}
.AnyTagClassName
{
color: #FFD40C;
}
</style>
background-color css
<style>
a { background-color: #FFD40C; }
a { background-color: rgb(255,212,12); }
div.DivClassName
{
background-color: #FFD40C;
}
.BgClassName
{
background-color: #FFD40C;
}
</style>
border-color css
<style>
span { border-color: #FFD40C; }
span { border-color: rgb(255,212,12); }
td.TdClassName
{
border-color: #FFD40C;
}
.TagClassName
{
border-color: #FFD40C;
}
</style>