Shades of Gold #FDD504
Tints of Gold #FDD504
RGB
CMYK
RGB Variations
Color information
#FDD504 (or 0xFDD504) is known color: Gold. HEX triplet: FD, D5 and 04. RGB value is (253,213,4). Sum of RGB (Red+Green+Blue) = 253+213+4=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD504 is #022AFB. Grayscale: #CACACA. Windows color (decimal): -142076 or 316925. OLE color: 316925.
HSL color Cylindrical-coordinate representation of color #FDD504: hue angle of 50.36º 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 #FDD504 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.01 |
| HSL | 50.36º | 0.98% | 0.5% | - |
| HSV(B) | 50.36º | 0.98% | 0.99% | - |
| XYZ | 64.32 | 68.48 | 9.94 | - |
| YUV | 201.13 | 16.75 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 4 | 0 | 0.16 | 0.98 | 0.01 | 50.36 | 0.98 | 0.5 |
| Hex | FD | D5 | 4 | 0 | 10 | 62 | 1 | 32 | 62 | 32 |
| Octal | 375 | 325 | 4 | 0 | 20 | 142 | 1 | 62 | 142 | 62 |
| Binary | 11111101 | 11010101 | 100 | 0 | 10000 | 1100010 | 1 | 110010 | 1100010 | 110010 |
Color Harmonies of #FDD504
Complementary color
Monochromatic Colors of #FDD504
Black with #FDD504
Text Example
Text Example
White with #FDD504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD504; }
p { color: rgb(253,213,4); }
H1.HeaderClassName
{
color: #FDD504;
}
.AnyTagClassName
{
color: #FDD504;
}
</style>
background-color css
<style>
a { background-color: #FDD504; }
a { background-color: rgb(253,213,4); }
div.DivClassName
{
background-color: #FDD504;
}
.BgClassName
{
background-color: #FDD504;
}
</style>
border-color css
<style>
span { border-color: #FDD504; }
span { border-color: rgb(253,213,4); }
td.TdClassName
{
border-color: #FDD504;
}
.TagClassName
{
border-color: #FDD504;
}
</style>