Shades of Golden Glow #F7DB7A
Tints of Golden Glow #F7DB7A
RGB
CMYK
RGB Variations
Color information
#F7DB7A (or 0xF7DB7A) is known color: Golden Glow. HEX triplet: F7, DB and 7A. RGB value is (247,219,122). Sum of RGB (Red+Green+Blue) = 247+219+122=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DB7A is #082485. Grayscale: #D8D8D8. Windows color (decimal): -533638 or 8051703. OLE color: 8051703.
HSL color Cylindrical-coordinate representation of color #F7DB7A: hue angle of 46.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7DB7A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 122 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.03 |
| HSL | 46.56º | 0.89% | 0.72% | - |
| HSV(B) | 46.56º | 0.51% | 0.97% | - |
| XYZ | 67.2 | 71.84 | 28.74 | - |
| YUV | 216.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 122 | 0 | 0.11 | 0.51 | 0.03 | 46.56 | 0.89 | 0.72 |
| Hex | F7 | DB | 7A | 0 | B | 33 | 3 | 2F | 59 | 48 |
| Octal | 367 | 333 | 172 | 0 | 13 | 63 | 3 | 57 | 131 | 110 |
| Binary | 11110111 | 11011011 | 1111010 | 0 | 1011 | 110011 | 11 | 101111 | 1011001 | 1001000 |
Color Harmonies of #F7DB7A
Complementary color
Monochromatic Colors of #F7DB7A
Black with #F7DB7A
Text Example
Text Example
White with #F7DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB7A; }
p { color: rgb(247,219,122); }
H1.HeaderClassName
{
color: #F7DB7A;
}
.AnyTagClassName
{
color: #F7DB7A;
}
</style>
background-color css
<style>
a { background-color: #F7DB7A; }
a { background-color: rgb(247,219,122); }
div.DivClassName
{
background-color: #F7DB7A;
}
.BgClassName
{
background-color: #F7DB7A;
}
</style>
border-color css
<style>
span { border-color: #F7DB7A; }
span { border-color: rgb(247,219,122); }
td.TdClassName
{
border-color: #F7DB7A;
}
.TagClassName
{
border-color: #F7DB7A;
}
</style>