Shades of Gold #FFD200
Tints of Gold #FFD200
RGB
CMYK
RGB Variations
Color information
#FFD200 (or 0xFFD200) is known color: Gold. HEX triplet: FF, D2 and 00. RGB value is (255,210,0). Sum of RGB (Red+Green+Blue) = 255+210+0=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD200 is #002DFF. Grayscale: #C8C8C8. Windows color (decimal): -11776 or 54015. OLE color: 54015.
HSL color Cylindrical-coordinate representation of color #FFD200: hue angle of 49.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD200 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0 |
| HSL | 49.41º | 1% | 0.5% | - |
| HSV(B) | 49.41º | 1% | 1% | - |
| XYZ | 64.29 | 67.35 | 9.61 | - |
| YUV | 199.52 | 15.41 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 0 | 0 | 0.18 | 1 | 0 | 49.41 | 1 | 0.5 |
| Hex | FF | D2 | 0 | 0 | 12 | 64 | 0 | 31 | 64 | 32 |
| Octal | 377 | 322 | 0 | 0 | 22 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111111 | 11010010 | 0 | 0 | 10010 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FFD200
Complementary color
Monochromatic Colors of #FFD200
Black with #FFD200
Text Example
Text Example
White with #FFD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD200; }
p { color: rgb(255,210,0); }
H1.HeaderClassName
{
color: #FFD200;
}
.AnyTagClassName
{
color: #FFD200;
}
</style>
background-color css
<style>
a { background-color: #FFD200; }
a { background-color: rgb(255,210,0); }
div.DivClassName
{
background-color: #FFD200;
}
.BgClassName
{
background-color: #FFD200;
}
</style>
border-color css
<style>
span { border-color: #FFD200; }
span { border-color: rgb(255,210,0); }
td.TdClassName
{
border-color: #FFD200;
}
.TagClassName
{
border-color: #FFD200;
}
</style>