Shades of Gold #FFD509
Tints of Gold #FFD509
RGB
CMYK
RGB Variations
Color information
#FFD509 (or 0xFFD509) is known color: Gold. HEX triplet: FF, D5 and 09. RGB value is (255,213,9). Sum of RGB (Red+Green+Blue) = 255+213+9=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD509 is #002AF6. Grayscale: #CBCBCB. Windows color (decimal): -10999 or 644607. OLE color: 644607.
HSL color Cylindrical-coordinate representation of color #FFD509: hue angle of 49.76º 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 #FFD509 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0 |
| HSL | 49.76º | 1% | 0.52% | - |
| HSV(B) | 49.76º | 0.96% | 1% | - |
| XYZ | 65.08 | 68.87 | 10.12 | - |
| YUV | 202.3 | 18.91 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 9 | 0 | 0.16 | 0.96 | 0 | 49.76 | 1 | 0.52 |
| Hex | FF | D5 | 9 | 0 | 10 | 60 | 0 | 32 | 64 | 34 |
| Octal | 377 | 325 | 11 | 0 | 20 | 140 | 0 | 62 | 144 | 64 |
| Binary | 11111111 | 11010101 | 1001 | 0 | 10000 | 1100000 | 0 | 110010 | 1100100 | 110100 |
Color Harmonies of #FFD509
Complementary color
Monochromatic Colors of #FFD509
Black with #FFD509
Text Example
Text Example
White with #FFD509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD509; }
p { color: rgb(255,213,9); }
H1.HeaderClassName
{
color: #FFD509;
}
.AnyTagClassName
{
color: #FFD509;
}
</style>
background-color css
<style>
a { background-color: #FFD509; }
a { background-color: rgb(255,213,9); }
div.DivClassName
{
background-color: #FFD509;
}
.BgClassName
{
background-color: #FFD509;
}
</style>
border-color css
<style>
span { border-color: #FFD509; }
span { border-color: rgb(255,213,9); }
td.TdClassName
{
border-color: #FFD509;
}
.TagClassName
{
border-color: #FFD509;
}
</style>