Shades of Gold #FFD202
Tints of Gold #FFD202
RGB
CMYK
RGB Variations
Color information
#FFD202 (or 0xFFD202) is known color: Gold. HEX triplet: FF, D2 and 02. RGB value is (255,210,2). Sum of RGB (Red+Green+Blue) = 255+210+2=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD202 is #002DFD. Grayscale: #C8C8C8. Windows color (decimal): -11774 or 185087. OLE color: 185087.
HSL color Cylindrical-coordinate representation of color #FFD202: hue angle of 49.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD202 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0 |
| HSL | 49.33º | 1% | 0.5% | - |
| HSV(B) | 49.33º | 0.99% | 1% | - |
| XYZ | 64.3 | 67.36 | 9.67 | - |
| YUV | 199.74 | 16.41 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 2 | 0 | 0.18 | 0.99 | 0 | 49.33 | 1 | 0.5 |
| Hex | FF | D2 | 2 | 0 | 12 | 63 | 0 | 31 | 64 | 32 |
| Octal | 377 | 322 | 2 | 0 | 22 | 143 | 0 | 61 | 144 | 62 |
| Binary | 11111111 | 11010010 | 10 | 0 | 10010 | 1100011 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FFD202
Complementary color
Monochromatic Colors of #FFD202
Black with #FFD202
Text Example
Text Example
White with #FFD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD202; }
p { color: rgb(255,210,2); }
H1.HeaderClassName
{
color: #FFD202;
}
.AnyTagClassName
{
color: #FFD202;
}
</style>
background-color css
<style>
a { background-color: #FFD202; }
a { background-color: rgb(255,210,2); }
div.DivClassName
{
background-color: #FFD202;
}
.BgClassName
{
background-color: #FFD202;
}
</style>
border-color css
<style>
span { border-color: #FFD202; }
span { border-color: rgb(255,210,2); }
td.TdClassName
{
border-color: #FFD202;
}
.TagClassName
{
border-color: #FFD202;
}
</style>