Shades of Gold #FFD20F
Tints of Gold #FFD20F
RGB
CMYK
RGB Variations
Color information
#FFD20F (or 0xFFD20F) is known color: Gold. HEX triplet: FF, D2 and 0F. RGB value is (255,210,15). Sum of RGB (Red+Green+Blue) = 255+210+15=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD20F is #002DF0. Grayscale: #CACACA. Windows color (decimal): -11761 or 1037055. OLE color: 1037055.
HSL color Cylindrical-coordinate representation of color #FFD20F: hue angle of 48.75º 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 #FFD20F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0 |
| HSL | 48.75º | 1% | 0.53% | - |
| HSV(B) | 48.75º | 0.94% | 1% | - |
| XYZ | 64.37 | 67.39 | 10.07 | - |
| YUV | 201.23 | 22.91 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 15 | 0 | 0.18 | 0.94 | 0 | 48.75 | 1 | 0.53 |
| Hex | FF | D2 | F | 0 | 12 | 5E | 0 | 31 | 64 | 35 |
| Octal | 377 | 322 | 17 | 0 | 22 | 136 | 0 | 61 | 144 | 65 |
| Binary | 11111111 | 11010010 | 1111 | 0 | 10010 | 1011110 | 0 | 110001 | 1100100 | 110101 |
Color Harmonies of #FFD20F
Complementary color
Monochromatic Colors of #FFD20F
Black with #FFD20F
Text Example
Text Example
White with #FFD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD20F; }
p { color: rgb(255,210,15); }
H1.HeaderClassName
{
color: #FFD20F;
}
.AnyTagClassName
{
color: #FFD20F;
}
</style>
background-color css
<style>
a { background-color: #FFD20F; }
a { background-color: rgb(255,210,15); }
div.DivClassName
{
background-color: #FFD20F;
}
.BgClassName
{
background-color: #FFD20F;
}
</style>
border-color css
<style>
span { border-color: #FFD20F; }
span { border-color: rgb(255,210,15); }
td.TdClassName
{
border-color: #FFD20F;
}
.TagClassName
{
border-color: #FFD20F;
}
</style>