Shades of Gold #FDD210
Tints of Gold #FDD210
RGB
CMYK
RGB Variations
Color information
#FDD210 (or 0xFDD210) is known color: Gold. HEX triplet: FD, D2 and 10. RGB value is (253,210,16). Sum of RGB (Red+Green+Blue) = 253+210+16=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD210 is #022DEF. Grayscale: #C9C9C9. Windows color (decimal): -142832 or 1102589. OLE color: 1102589.
HSL color Cylindrical-coordinate representation of color #FDD210: hue angle of 49.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD210 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 16 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.01 |
| HSL | 49.11º | 0.98% | 0.53% | - |
| HSV(B) | 49.11º | 0.94% | 0.99% | - |
| XYZ | 63.65 | 67.01 | 10.07 | - |
| YUV | 200.74 | 23.75 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 16 | 0 | 0.17 | 0.94 | 0.01 | 49.11 | 0.98 | 0.53 |
| Hex | FD | D2 | 10 | 0 | 11 | 5E | 1 | 31 | 62 | 35 |
| Octal | 375 | 322 | 20 | 0 | 21 | 136 | 1 | 61 | 142 | 65 |
| Binary | 11111101 | 11010010 | 10000 | 0 | 10001 | 1011110 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FDD210
Complementary color
Monochromatic Colors of #FDD210
Black with #FDD210
Text Example
Text Example
White with #FDD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD210; }
p { color: rgb(253,210,16); }
H1.HeaderClassName
{
color: #FDD210;
}
.AnyTagClassName
{
color: #FDD210;
}
</style>
background-color css
<style>
a { background-color: #FDD210; }
a { background-color: rgb(253,210,16); }
div.DivClassName
{
background-color: #FDD210;
}
.BgClassName
{
background-color: #FDD210;
}
</style>
border-color css
<style>
span { border-color: #FDD210; }
span { border-color: rgb(253,210,16); }
td.TdClassName
{
border-color: #FDD210;
}
.TagClassName
{
border-color: #FDD210;
}
</style>