Shades of Golden Glow #F7DB80
Tints of Golden Glow #F7DB80
RGB
CMYK
RGB Variations
Color information
#F7DB80 (or 0xF7DB80) is known color: Golden Glow. HEX triplet: F7, DB and 80. RGB value is (247,219,128). Sum of RGB (Red+Green+Blue) = 247+219+128=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DB80 is #08247F. Grayscale: #D9D9D9. Windows color (decimal): -533632 or 8444919. OLE color: 8444919.
HSL color Cylindrical-coordinate representation of color #F7DB80: hue angle of 45.88º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7DB80 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 128 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.03 |
| HSL | 45.88º | 0.88% | 0.74% | - |
| HSV(B) | 45.88º | 0.48% | 0.97% | - |
| XYZ | 67.59 | 72 | 30.76 | - |
| YUV | 217 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 128 | 0 | 0.11 | 0.48 | 0.03 | 45.88 | 0.88 | 0.74 |
| Hex | F7 | DB | 80 | 0 | B | 30 | 3 | 2E | 58 | 4A |
| Octal | 367 | 333 | 200 | 0 | 13 | 60 | 3 | 56 | 130 | 112 |
| Binary | 11110111 | 11011011 | 10000000 | 0 | 1011 | 110000 | 11 | 101110 | 1011000 | 1001010 |
Color Harmonies of #F7DB80
Complementary color
Monochromatic Colors of #F7DB80
Black with #F7DB80
Text Example
Text Example
White with #F7DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB80; }
p { color: rgb(247,219,128); }
H1.HeaderClassName
{
color: #F7DB80;
}
.AnyTagClassName
{
color: #F7DB80;
}
</style>
background-color css
<style>
a { background-color: #F7DB80; }
a { background-color: rgb(247,219,128); }
div.DivClassName
{
background-color: #F7DB80;
}
.BgClassName
{
background-color: #F7DB80;
}
</style>
border-color css
<style>
span { border-color: #F7DB80; }
span { border-color: rgb(247,219,128); }
td.TdClassName
{
border-color: #F7DB80;
}
.TagClassName
{
border-color: #F7DB80;
}
</style>