Shades of Gold #FFD20A
Tints of Gold #FFD20A
RGB
CMYK
RGB Variations
Color information
#FFD20A (or 0xFFD20A) is known color: Gold. HEX triplet: FF, D2 and 0A. RGB value is (255,210,10). Sum of RGB (Red+Green+Blue) = 255+210+10=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD20A is #002DF5. Grayscale: #C9C9C9. Windows color (decimal): -11766 or 709375. OLE color: 709375.
HSL color Cylindrical-coordinate representation of color #FFD20A: hue angle of 48.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD20A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0 |
| HSL | 48.98º | 1% | 0.52% | - |
| HSV(B) | 48.98º | 0.96% | 1% | - |
| XYZ | 64.34 | 67.38 | 9.9 | - |
| YUV | 200.66 | 20.41 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 10 | 0 | 0.18 | 0.96 | 0 | 48.98 | 1 | 0.52 |
| Hex | FF | D2 | A | 0 | 12 | 60 | 0 | 31 | 64 | 34 |
| Octal | 377 | 322 | 12 | 0 | 22 | 140 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010010 | 1010 | 0 | 10010 | 1100000 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD20A
Complementary color
Monochromatic Colors of #FFD20A
Black with #FFD20A
Text Example
Text Example
White with #FFD20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD20A; }
p { color: rgb(255,210,10); }
H1.HeaderClassName
{
color: #FFD20A;
}
.AnyTagClassName
{
color: #FFD20A;
}
</style>
background-color css
<style>
a { background-color: #FFD20A; }
a { background-color: rgb(255,210,10); }
div.DivClassName
{
background-color: #FFD20A;
}
.BgClassName
{
background-color: #FFD20A;
}
</style>
border-color css
<style>
span { border-color: #FFD20A; }
span { border-color: rgb(255,210,10); }
td.TdClassName
{
border-color: #FFD20A;
}
.TagClassName
{
border-color: #FFD20A;
}
</style>