Shades of Gold #FFD709
Tints of Gold #FFD709
RGB
CMYK
RGB Variations
Color information
#FFD709 (or 0xFFD709) is known color: Gold. HEX triplet: FF, D7 and 09. RGB value is (255,215,9). Sum of RGB (Red+Green+Blue) = 255+215+9=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD709 is #0028F6. Grayscale: #CCCCCC. Windows color (decimal): -10487 or 645119. OLE color: 645119.
HSL color Cylindrical-coordinate representation of color #FFD709: hue angle of 50.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD709 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0 |
| HSL | 50.24º | 1% | 0.52% | - |
| HSV(B) | 50.24º | 0.96% | 1% | - |
| XYZ | 65.59 | 69.88 | 10.29 | - |
| YUV | 203.48 | 18.25 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 9 | 0 | 0.16 | 0.96 | 0 | 50.24 | 1 | 0.52 |
| Hex | FF | D7 | 9 | 0 | 10 | 60 | 0 | 32 | 64 | 34 |
| Octal | 377 | 327 | 11 | 0 | 20 | 140 | 0 | 62 | 144 | 64 |
| Binary | 11111111 | 11010111 | 1001 | 0 | 10000 | 1100000 | 0 | 110010 | 1100100 | 110100 |
Color Harmonies of #FFD709
Complementary color
Monochromatic Colors of #FFD709
Black with #FFD709
Text Example
Text Example
White with #FFD709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD709; }
p { color: rgb(255,215,9); }
H1.HeaderClassName
{
color: #FFD709;
}
.AnyTagClassName
{
color: #FFD709;
}
</style>
background-color css
<style>
a { background-color: #FFD709; }
a { background-color: rgb(255,215,9); }
div.DivClassName
{
background-color: #FFD709;
}
.BgClassName
{
background-color: #FFD709;
}
</style>
border-color css
<style>
span { border-color: #FFD709; }
span { border-color: rgb(255,215,9); }
td.TdClassName
{
border-color: #FFD709;
}
.TagClassName
{
border-color: #FFD709;
}
</style>