Shades of Golden Glow #F9DB83
Tints of Golden Glow #F9DB83
RGB
CMYK
RGB Variations
Color information
#F9DB83 (or 0xF9DB83) is known color: Golden Glow. HEX triplet: F9, DB and 83. RGB value is (249,219,131). Sum of RGB (Red+Green+Blue) = 249+219+131=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB83 is #06247C. Grayscale: #DADADA. Windows color (decimal): -402557 or 8641529. OLE color: 8641529.
HSL color Cylindrical-coordinate representation of color #F9DB83: hue angle of 44.75º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9DB83 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 131 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.02 |
| HSL | 44.75º | 0.91% | 0.75% | - |
| HSV(B) | 44.75º | 0.47% | 0.98% | - |
| XYZ | 68.5 | 72.44 | 31.85 | - |
| YUV | 217.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 131 | 0 | 0.12 | 0.47 | 0.02 | 44.75 | 0.91 | 0.75 |
| Hex | F9 | DB | 83 | 0 | C | 2F | 2 | 2D | 5B | 4B |
| Octal | 371 | 333 | 203 | 0 | 14 | 57 | 2 | 55 | 133 | 113 |
| Binary | 11111001 | 11011011 | 10000011 | 0 | 1100 | 101111 | 10 | 101101 | 1011011 | 1001011 |
Color Harmonies of #F9DB83
Complementary color
Monochromatic Colors of #F9DB83
Black with #F9DB83
Text Example
Text Example
White with #F9DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB83; }
p { color: rgb(249,219,131); }
H1.HeaderClassName
{
color: #F9DB83;
}
.AnyTagClassName
{
color: #F9DB83;
}
</style>
background-color css
<style>
a { background-color: #F9DB83; }
a { background-color: rgb(249,219,131); }
div.DivClassName
{
background-color: #F9DB83;
}
.BgClassName
{
background-color: #F9DB83;
}
</style>
border-color css
<style>
span { border-color: #F9DB83; }
span { border-color: rgb(249,219,131); }
td.TdClassName
{
border-color: #F9DB83;
}
.TagClassName
{
border-color: #F9DB83;
}
</style>