Shades of Gold #FFD70F
Tints of Gold #FFD70F
RGB
CMYK
RGB Variations
Color information
#FFD70F (or 0xFFD70F) is known color: Gold. HEX triplet: FF, D7 and 0F. RGB value is (255,215,15). Sum of RGB (Red+Green+Blue) = 255+215+15=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD70F is #0028F0. Grayscale: #CDCDCD. Windows color (decimal): -10481 or 1038335. OLE color: 1038335.
HSL color Cylindrical-coordinate representation of color #FFD70F: hue angle of 50º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD70F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0 |
| HSL | 50º | 1% | 0.53% | - |
| HSV(B) | 50º | 0.94% | 1% | - |
| XYZ | 65.63 | 69.9 | 10.48 | - |
| YUV | 204.16 | 21.25 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 15 | 0 | 0.16 | 0.94 | 0 | 50 | 1 | 0.53 |
| Hex | FF | D7 | F | 0 | 10 | 5E | 0 | 32 | 64 | 35 |
| Octal | 377 | 327 | 17 | 0 | 20 | 136 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11010111 | 1111 | 0 | 10000 | 1011110 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD70F
Complementary color
Monochromatic Colors of #FFD70F
Black with #FFD70F
Text Example
Text Example
White with #FFD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD70F; }
p { color: rgb(255,215,15); }
H1.HeaderClassName
{
color: #FFD70F;
}
.AnyTagClassName
{
color: #FFD70F;
}
</style>
background-color css
<style>
a { background-color: #FFD70F; }
a { background-color: rgb(255,215,15); }
div.DivClassName
{
background-color: #FFD70F;
}
.BgClassName
{
background-color: #FFD70F;
}
</style>
border-color css
<style>
span { border-color: #FFD70F; }
span { border-color: rgb(255,215,15); }
td.TdClassName
{
border-color: #FFD70F;
}
.TagClassName
{
border-color: #FFD70F;
}
</style>