Shades of Golden Glow #F9DB7D
Tints of Golden Glow #F9DB7D
RGB
CMYK
RGB Variations
Color information
#F9DB7D (or 0xF9DB7D) is known color: Golden Glow. HEX triplet: F9, DB and 7D. RGB value is (249,219,125). Sum of RGB (Red+Green+Blue) = 249+219+125=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB7D is #062482. Grayscale: #D9D9D9. Windows color (decimal): -402563 or 8248313. OLE color: 8248313.
HSL color Cylindrical-coordinate representation of color #F9DB7D: hue angle of 45.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9DB7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.48º | 0.91% | 0.73% | - |
| HSV(B) | 45.48º | 0.5% | 0.98% | - |
| XYZ | 68.1 | 72.28 | 29.76 | - |
| YUV | 217.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 125 | 0 | 0.12 | 0.50 | 0.02 | 45.48 | 0.91 | 0.73 |
| Hex | F9 | DB | 7D | 0 | C | 32 | 2 | 2D | 5B | 49 |
| Octal | 371 | 333 | 175 | 0 | 14 | 62 | 2 | 55 | 133 | 111 |
| Binary | 11111001 | 11011011 | 1111101 | 0 | 1100 | 110010 | 10 | 101101 | 1011011 | 1001001 |
Color Harmonies of #F9DB7D
Complementary color
Monochromatic Colors of #F9DB7D
Black with #F9DB7D
Text Example
Text Example
White with #F9DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB7D; }
p { color: rgb(249,219,125); }
H1.HeaderClassName
{
color: #F9DB7D;
}
.AnyTagClassName
{
color: #F9DB7D;
}
</style>
background-color css
<style>
a { background-color: #F9DB7D; }
a { background-color: rgb(249,219,125); }
div.DivClassName
{
background-color: #F9DB7D;
}
.BgClassName
{
background-color: #F9DB7D;
}
</style>
border-color css
<style>
span { border-color: #F9DB7D; }
span { border-color: rgb(249,219,125); }
td.TdClassName
{
border-color: #F9DB7D;
}
.TagClassName
{
border-color: #F9DB7D;
}
</style>