Shades of Golden Glow #F6DB7A
Tints of Golden Glow #F6DB7A
RGB
CMYK
RGB Variations
Color information
#F6DB7A (or 0xF6DB7A) is known color: Golden Glow. HEX triplet: F6, DB and 7A. RGB value is (246,219,122). Sum of RGB (Red+Green+Blue) = 246+219+122=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB7A is #092485. Grayscale: #D8D8D8. Windows color (decimal): -599174 or 8051702. OLE color: 8051702.
HSL color Cylindrical-coordinate representation of color #F6DB7A: hue angle of 46.94º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6DB7A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 122 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 46.94º | 0.87% | 0.72% | - |
| HSV(B) | 46.94º | 0.5% | 0.96% | - |
| XYZ | 66.85 | 71.66 | 28.72 | - |
| YUV | 216.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 122 | 0 | 0.11 | 0.50 | 0.04 | 46.94 | 0.87 | 0.72 |
| Hex | F6 | DB | 7A | 0 | B | 32 | 4 | 2F | 57 | 48 |
| Octal | 366 | 333 | 172 | 0 | 13 | 62 | 4 | 57 | 127 | 110 |
| Binary | 11110110 | 11011011 | 1111010 | 0 | 1011 | 110010 | 100 | 101111 | 1010111 | 1001000 |
Color Harmonies of #F6DB7A
Complementary color
Monochromatic Colors of #F6DB7A
Black with #F6DB7A
Text Example
Text Example
White with #F6DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB7A; }
p { color: rgb(246,219,122); }
H1.HeaderClassName
{
color: #F6DB7A;
}
.AnyTagClassName
{
color: #F6DB7A;
}
</style>
background-color css
<style>
a { background-color: #F6DB7A; }
a { background-color: rgb(246,219,122); }
div.DivClassName
{
background-color: #F6DB7A;
}
.BgClassName
{
background-color: #F6DB7A;
}
</style>
border-color css
<style>
span { border-color: #F6DB7A; }
span { border-color: rgb(246,219,122); }
td.TdClassName
{
border-color: #F6DB7A;
}
.TagClassName
{
border-color: #F6DB7A;
}
</style>