Shades of Gold #FDD505
Tints of Gold #FDD505
RGB
CMYK
RGB Variations
Color information
#FDD505 (or 0xFDD505) is known color: Gold. HEX triplet: FD, D5 and 05. RGB value is (253,213,5). Sum of RGB (Red+Green+Blue) = 253+213+5=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 5 (2.34% from 255 or 1.06% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD505 is #022AFA. Grayscale: #CACACA. Windows color (decimal): -142075 or 382461. OLE color: 382461.
HSL color Cylindrical-coordinate representation of color #FDD505: hue angle of 50.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD505 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.01 |
| HSL | 50.32º | 0.98% | 0.51% | - |
| HSV(B) | 50.32º | 0.98% | 0.99% | - |
| XYZ | 64.33 | 68.48 | 9.97 | - |
| YUV | 201.25 | 17.25 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 5 | 0 | 0.16 | 0.98 | 0.01 | 50.32 | 0.98 | 0.51 |
| Hex | FD | D5 | 5 | 0 | 10 | 62 | 1 | 32 | 62 | 33 |
| Octal | 375 | 325 | 5 | 0 | 20 | 142 | 1 | 62 | 142 | 63 |
| Binary | 11111101 | 11010101 | 101 | 0 | 10000 | 1100010 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FDD505
Complementary color
Monochromatic Colors of #FDD505
Black with #FDD505
Text Example
Text Example
White with #FDD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD505; }
p { color: rgb(253,213,5); }
H1.HeaderClassName
{
color: #FDD505;
}
.AnyTagClassName
{
color: #FDD505;
}
</style>
background-color css
<style>
a { background-color: #FDD505; }
a { background-color: rgb(253,213,5); }
div.DivClassName
{
background-color: #FDD505;
}
.BgClassName
{
background-color: #FDD505;
}
</style>
border-color css
<style>
span { border-color: #FDD505; }
span { border-color: rgb(253,213,5); }
td.TdClassName
{
border-color: #FDD505;
}
.TagClassName
{
border-color: #FDD505;
}
</style>