Shades of Gold #FFD70E
Tints of Gold #FFD70E
RGB
CMYK
RGB Variations
Color information
#FFD70E (or 0xFFD70E) is known color: Gold. HEX triplet: FF, D7 and 0E. RGB value is (255,215,14). Sum of RGB (Red+Green+Blue) = 255+215+14=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD70E is #0028F1. Grayscale: #CCCCCC. Windows color (decimal): -10482 or 972799. OLE color: 972799.
HSL color Cylindrical-coordinate representation of color #FFD70E: hue angle of 50.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFD70E is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 14 | - |
| CMYK | 0 | 0.16 | 0.95 | 0 |
| HSL | 50.04º | 1% | 0.53% | - |
| HSV(B) | 50.04º | 0.95% | 1% | - |
| XYZ | 65.62 | 69.89 | 10.45 | - |
| YUV | 204.05 | 20.75 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 14 | 0 | 0.16 | 0.95 | 0 | 50.04 | 1 | 0.53 |
| Hex | FF | D7 | E | 0 | 10 | 5F | 0 | 32 | 64 | 35 |
| Octal | 377 | 327 | 16 | 0 | 20 | 137 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11010111 | 1110 | 0 | 10000 | 1011111 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD70E
Complementary color
Monochromatic Colors of #FFD70E
Black with #FFD70E
Text Example
Text Example
White with #FFD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD70E; }
p { color: rgb(255,215,14); }
H1.HeaderClassName
{
color: #FFD70E;
}
.AnyTagClassName
{
color: #FFD70E;
}
</style>
background-color css
<style>
a { background-color: #FFD70E; }
a { background-color: rgb(255,215,14); }
div.DivClassName
{
background-color: #FFD70E;
}
.BgClassName
{
background-color: #FFD70E;
}
</style>
border-color css
<style>
span { border-color: #FFD70E; }
span { border-color: rgb(255,215,14); }
td.TdClassName
{
border-color: #FFD70E;
}
.TagClassName
{
border-color: #FFD70E;
}
</style>