Shades of Gold #FDD704
Tints of Gold #FDD704
RGB
CMYK
RGB Variations
Color information
#FDD704 (or 0xFDD704) is known color: Gold. HEX triplet: FD, D7 and 04. RGB value is (253,215,4). Sum of RGB (Red+Green+Blue) = 253+215+4=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD704 is #0228FB. Grayscale: #CBCBCB. Windows color (decimal): -141564 or 317437. OLE color: 317437.
HSL color Cylindrical-coordinate representation of color #FDD704: hue angle of 50.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD704 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.01 |
| HSL | 50.84º | 0.98% | 0.5% | - |
| HSV(B) | 50.84º | 0.98% | 0.99% | - |
| XYZ | 64.83 | 69.49 | 10.11 | - |
| YUV | 202.31 | 16.09 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 4 | 0 | 0.15 | 0.98 | 0.01 | 50.84 | 0.98 | 0.5 |
| Hex | FD | D7 | 4 | 0 | F | 62 | 1 | 33 | 62 | 32 |
| Octal | 375 | 327 | 4 | 0 | 17 | 142 | 1 | 63 | 142 | 62 |
| Binary | 11111101 | 11010111 | 100 | 0 | 1111 | 1100010 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FDD704
Complementary color
Monochromatic Colors of #FDD704
Black with #FDD704
Text Example
Text Example
White with #FDD704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD704; }
p { color: rgb(253,215,4); }
H1.HeaderClassName
{
color: #FDD704;
}
.AnyTagClassName
{
color: #FDD704;
}
</style>
background-color css
<style>
a { background-color: #FDD704; }
a { background-color: rgb(253,215,4); }
div.DivClassName
{
background-color: #FDD704;
}
.BgClassName
{
background-color: #FDD704;
}
</style>
border-color css
<style>
span { border-color: #FDD704; }
span { border-color: rgb(253,215,4); }
td.TdClassName
{
border-color: #FDD704;
}
.TagClassName
{
border-color: #FDD704;
}
</style>