Shades of Gold #FDD506
Tints of Gold #FDD506
RGB
CMYK
RGB Variations
Color information
#FDD506 (or 0xFDD506) is known color: Gold. HEX triplet: FD, D5 and 06. RGB value is (253,213,6). Sum of RGB (Red+Green+Blue) = 253+213+6=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD506 is #022AF9. Grayscale: #CACACA. Windows color (decimal): -142074 or 447997. OLE color: 447997.
HSL color Cylindrical-coordinate representation of color #FDD506: hue angle of 50.28º 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 #FDD506 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.01 |
| HSL | 50.28º | 0.98% | 0.51% | - |
| HSV(B) | 50.28º | 0.98% | 0.99% | - |
| XYZ | 64.34 | 68.48 | 10 | - |
| YUV | 201.36 | 17.75 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 6 | 0 | 0.16 | 0.98 | 0.01 | 50.28 | 0.98 | 0.51 |
| Hex | FD | D5 | 6 | 0 | 10 | 62 | 1 | 32 | 62 | 33 |
| Octal | 375 | 325 | 6 | 0 | 20 | 142 | 1 | 62 | 142 | 63 |
| Binary | 11111101 | 11010101 | 110 | 0 | 10000 | 1100010 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FDD506
Complementary color
Monochromatic Colors of #FDD506
Black with #FDD506
Text Example
Text Example
White with #FDD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD506; }
p { color: rgb(253,213,6); }
H1.HeaderClassName
{
color: #FDD506;
}
.AnyTagClassName
{
color: #FDD506;
}
</style>
background-color css
<style>
a { background-color: #FDD506; }
a { background-color: rgb(253,213,6); }
div.DivClassName
{
background-color: #FDD506;
}
.BgClassName
{
background-color: #FDD506;
}
</style>
border-color css
<style>
span { border-color: #FDD506; }
span { border-color: rgb(253,213,6); }
td.TdClassName
{
border-color: #FDD506;
}
.TagClassName
{
border-color: #FDD506;
}
</style>