Shades of Gold #FDD609
Tints of Gold #FDD609
RGB
CMYK
RGB Variations
Color information
#FDD609 (or 0xFDD609) is known color: Gold. HEX triplet: FD, D6 and 09. RGB value is (253,214,9). Sum of RGB (Red+Green+Blue) = 253+214+9=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 9 (3.91% from 255 or 1.89% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD609 is #0229F6. Grayscale: #CBCBCB. Windows color (decimal): -141815 or 644861. OLE color: 644861.
HSL color Cylindrical-coordinate representation of color #FDD609: hue angle of 50.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDD609 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.01 |
| HSL | 50.41º | 0.98% | 0.51% | - |
| HSV(B) | 50.41º | 0.96% | 0.99% | - |
| XYZ | 64.6 | 69 | 10.17 | - |
| YUV | 202.29 | 18.92 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 9 | 0 | 0.15 | 0.96 | 0.01 | 50.41 | 0.98 | 0.51 |
| Hex | FD | D6 | 9 | 0 | F | 60 | 1 | 32 | 62 | 33 |
| Octal | 375 | 326 | 11 | 0 | 17 | 140 | 1 | 62 | 142 | 63 |
| Binary | 11111101 | 11010110 | 1001 | 0 | 1111 | 1100000 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FDD609
Complementary color
Monochromatic Colors of #FDD609
Black with #FDD609
Text Example
Text Example
White with #FDD609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD609; }
p { color: rgb(253,214,9); }
H1.HeaderClassName
{
color: #FDD609;
}
.AnyTagClassName
{
color: #FDD609;
}
</style>
background-color css
<style>
a { background-color: #FDD609; }
a { background-color: rgb(253,214,9); }
div.DivClassName
{
background-color: #FDD609;
}
.BgClassName
{
background-color: #FDD609;
}
</style>
border-color css
<style>
span { border-color: #FDD609; }
span { border-color: rgb(253,214,9); }
td.TdClassName
{
border-color: #FDD609;
}
.TagClassName
{
border-color: #FDD609;
}
</style>