Shades of Gold #FDD304
Tints of Gold #FDD304
RGB
CMYK
RGB Variations
Color information
#FDD304 (or 0xFDD304) is known color: Gold. HEX triplet: FD, D3 and 04. RGB value is (253,211,4). Sum of RGB (Red+Green+Blue) = 253+211+4=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD304 is #022CFB. Grayscale: #C8C8C8. Windows color (decimal): -142588 or 316413. OLE color: 316413.
HSL color Cylindrical-coordinate representation of color #FDD304: hue angle of 49.88º 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 #FDD304 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.01 |
| HSL | 49.88º | 0.98% | 0.5% | - |
| HSV(B) | 49.88º | 0.98% | 0.99% | - |
| XYZ | 63.82 | 67.48 | 9.78 | - |
| YUV | 199.96 | 17.41 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 4 | 0 | 0.17 | 0.98 | 0.01 | 49.88 | 0.98 | 0.5 |
| Hex | FD | D3 | 4 | 0 | 11 | 62 | 1 | 32 | 62 | 32 |
| Octal | 375 | 323 | 4 | 0 | 21 | 142 | 1 | 62 | 142 | 62 |
| Binary | 11111101 | 11010011 | 100 | 0 | 10001 | 1100010 | 1 | 110010 | 1100010 | 110010 |
Color Harmonies of #FDD304
Complementary color
Monochromatic Colors of #FDD304
Black with #FDD304
Text Example
Text Example
White with #FDD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD304; }
p { color: rgb(253,211,4); }
H1.HeaderClassName
{
color: #FDD304;
}
.AnyTagClassName
{
color: #FDD304;
}
</style>
background-color css
<style>
a { background-color: #FDD304; }
a { background-color: rgb(253,211,4); }
div.DivClassName
{
background-color: #FDD304;
}
.BgClassName
{
background-color: #FDD304;
}
</style>
border-color css
<style>
span { border-color: #FDD304; }
span { border-color: rgb(253,211,4); }
td.TdClassName
{
border-color: #FDD304;
}
.TagClassName
{
border-color: #FDD304;
}
</style>