Shades of Gold #FDD203
Tints of Gold #FDD203
RGB
CMYK
RGB Variations
Color information
#FDD203 (or 0xFDD203) is known color: Gold. HEX triplet: FD, D2 and 03. RGB value is (253,210,3). Sum of RGB (Red+Green+Blue) = 253+210+3=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 3 (1.56% from 255 or 0.64% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD203 is #022DFC. Grayscale: #C8C8C8. Windows color (decimal): -142845 or 250621. OLE color: 250621.
HSL color Cylindrical-coordinate representation of color #FDD203: hue angle of 49.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDD203 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.01 |
| HSL | 49.68º | 0.98% | 0.5% | - |
| HSV(B) | 49.68º | 0.99% | 0.99% | - |
| XYZ | 63.57 | 66.98 | 9.66 | - |
| YUV | 199.26 | 17.25 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 3 | 0 | 0.17 | 0.99 | 0.01 | 49.68 | 0.98 | 0.5 |
| Hex | FD | D2 | 3 | 0 | 11 | 63 | 1 | 32 | 62 | 32 |
| Octal | 375 | 322 | 3 | 0 | 21 | 143 | 1 | 62 | 142 | 62 |
| Binary | 11111101 | 11010010 | 11 | 0 | 10001 | 1100011 | 1 | 110010 | 1100010 | 110010 |
Color Harmonies of #FDD203
Complementary color
Monochromatic Colors of #FDD203
Black with #FDD203
Text Example
Text Example
White with #FDD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD203; }
p { color: rgb(253,210,3); }
H1.HeaderClassName
{
color: #FDD203;
}
.AnyTagClassName
{
color: #FDD203;
}
</style>
background-color css
<style>
a { background-color: #FDD203; }
a { background-color: rgb(253,210,3); }
div.DivClassName
{
background-color: #FDD203;
}
.BgClassName
{
background-color: #FDD203;
}
</style>
border-color css
<style>
span { border-color: #FDD203; }
span { border-color: rgb(253,210,3); }
td.TdClassName
{
border-color: #FDD203;
}
.TagClassName
{
border-color: #FDD203;
}
</style>