Shades of Golden Glow #F9DB79
Tints of Golden Glow #F9DB79
RGB
CMYK
RGB Variations
Color information
#F9DB79 (or 0xF9DB79) is known color: Golden Glow. HEX triplet: F9, DB and 79. RGB value is (249,219,121). Sum of RGB (Red+Green+Blue) = 249+219+121=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB79 is #062486. Grayscale: #D9D9D9. Windows color (decimal): -402567 or 7986169. OLE color: 7986169.
HSL color Cylindrical-coordinate representation of color #F9DB79: hue angle of 45.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9DB79 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 121 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.94º | 0.91% | 0.73% | - |
| HSV(B) | 45.94º | 0.51% | 0.98% | - |
| XYZ | 67.85 | 72.18 | 28.45 | - |
| YUV | 216.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 121 | 0 | 0.12 | 0.51 | 0.02 | 45.94 | 0.91 | 0.73 |
| Hex | F9 | DB | 79 | 0 | C | 33 | 2 | 2E | 5B | 49 |
| Octal | 371 | 333 | 171 | 0 | 14 | 63 | 2 | 56 | 133 | 111 |
| Binary | 11111001 | 11011011 | 1111001 | 0 | 1100 | 110011 | 10 | 101110 | 1011011 | 1001001 |
Color Harmonies of #F9DB79
Complementary color
Monochromatic Colors of #F9DB79
Black with #F9DB79
Text Example
Text Example
White with #F9DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB79; }
p { color: rgb(249,219,121); }
H1.HeaderClassName
{
color: #F9DB79;
}
.AnyTagClassName
{
color: #F9DB79;
}
</style>
background-color css
<style>
a { background-color: #F9DB79; }
a { background-color: rgb(249,219,121); }
div.DivClassName
{
background-color: #F9DB79;
}
.BgClassName
{
background-color: #F9DB79;
}
</style>
border-color css
<style>
span { border-color: #F9DB79; }
span { border-color: rgb(249,219,121); }
td.TdClassName
{
border-color: #F9DB79;
}
.TagClassName
{
border-color: #F9DB79;
}
</style>