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