Shades of Gold #FDD200
Tints of Gold #FDD200
RGB
CMYK
RGB Variations
Color information
#FDD200 (or 0xFDD200) is known color: Gold. HEX triplet: FD, D2 and 00. RGB value is (253,210,0). Sum of RGB (Red+Green+Blue) = 253+210+0=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD200 is #022DFF. Grayscale: #C7C7C7. Windows color (decimal): -142848 or 54013. OLE color: 54013.
HSL color Cylindrical-coordinate representation of color #FDD200: hue angle of 49.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDD200 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.01 |
| HSL | 49.8º | 1% | 0.5% | - |
| HSV(B) | 49.8º | 1% | 0.99% | - |
| XYZ | 63.55 | 66.98 | 9.58 | - |
| YUV | 198.92 | 15.75 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 0 | 0 | 0.17 | 1 | 0.01 | 49.8 | 1 | 0.5 |
| Hex | FD | D2 | 0 | 0 | 11 | 64 | 1 | 32 | 64 | 32 |
| Octal | 375 | 322 | 0 | 0 | 21 | 144 | 1 | 62 | 144 | 62 |
| Binary | 11111101 | 11010010 | 0 | 0 | 10001 | 1100100 | 1 | 110010 | 1100100 | 110010 |
Color Harmonies of #FDD200
Complementary color
Monochromatic Colors of #FDD200
Black with #FDD200
Text Example
Text Example
White with #FDD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD200; }
p { color: rgb(253,210,0); }
H1.HeaderClassName
{
color: #FDD200;
}
.AnyTagClassName
{
color: #FDD200;
}
</style>
background-color css
<style>
a { background-color: #FDD200; }
a { background-color: rgb(253,210,0); }
div.DivClassName
{
background-color: #FDD200;
}
.BgClassName
{
background-color: #FDD200;
}
</style>
border-color css
<style>
span { border-color: #FDD200; }
span { border-color: rgb(253,210,0); }
td.TdClassName
{
border-color: #FDD200;
}
.TagClassName
{
border-color: #FDD200;
}
</style>