Shades of Golden Glow #F9DB89
Tints of Golden Glow #F9DB89
RGB
CMYK
RGB Variations
Color information
#F9DB89 (or 0xF9DB89) is known color: Golden Glow. HEX triplet: F9, DB and 89. RGB value is (249,219,137). Sum of RGB (Red+Green+Blue) = 249+219+137=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB89 is #062476. Grayscale: #DADADA. Windows color (decimal): -402551 or 9034745. OLE color: 9034745.
HSL color Cylindrical-coordinate representation of color #F9DB89: hue angle of 43.93º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9DB89 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 137 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.02 |
| HSL | 43.93º | 0.9% | 0.76% | - |
| HSV(B) | 43.93º | 0.45% | 0.98% | - |
| XYZ | 68.91 | 72.61 | 34.05 | - |
| YUV | 218.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 137 | 0 | 0.12 | 0.45 | 0.02 | 43.93 | 0.9 | 0.76 |
| Hex | F9 | DB | 89 | 0 | C | 2D | 2 | 2C | 5A | 4C |
| Octal | 371 | 333 | 211 | 0 | 14 | 55 | 2 | 54 | 132 | 114 |
| Binary | 11111001 | 11011011 | 10001001 | 0 | 1100 | 101101 | 10 | 101100 | 1011010 | 1001100 |
Color Harmonies of #F9DB89
Complementary color
Monochromatic Colors of #F9DB89
Black with #F9DB89
Text Example
Text Example
White with #F9DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB89; }
p { color: rgb(249,219,137); }
H1.HeaderClassName
{
color: #F9DB89;
}
.AnyTagClassName
{
color: #F9DB89;
}
</style>
background-color css
<style>
a { background-color: #F9DB89; }
a { background-color: rgb(249,219,137); }
div.DivClassName
{
background-color: #F9DB89;
}
.BgClassName
{
background-color: #F9DB89;
}
</style>
border-color css
<style>
span { border-color: #F9DB89; }
span { border-color: rgb(249,219,137); }
td.TdClassName
{
border-color: #F9DB89;
}
.TagClassName
{
border-color: #F9DB89;
}
</style>