Shades of Golden Glow #F6DB7B
Tints of Golden Glow #F6DB7B
RGB
CMYK
RGB Variations
Color information
#F6DB7B (or 0xF6DB7B) is known color: Golden Glow. HEX triplet: F6, DB and 7B. RGB value is (246,219,123). Sum of RGB (Red+Green+Blue) = 246+219+123=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB7B is #092484. Grayscale: #D8D8D8. Windows color (decimal): -599173 or 8117238. OLE color: 8117238.
HSL color Cylindrical-coordinate representation of color #F6DB7B: hue angle of 46.83º 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 #F6DB7B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 123 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 46.83º | 0.87% | 0.72% | - |
| HSV(B) | 46.83º | 0.5% | 0.96% | - |
| XYZ | 66.91 | 71.69 | 29.05 | - |
| YUV | 216.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 123 | 0 | 0.11 | 0.50 | 0.04 | 46.83 | 0.87 | 0.72 |
| Hex | F6 | DB | 7B | 0 | B | 32 | 4 | 2F | 57 | 48 |
| Octal | 366 | 333 | 173 | 0 | 13 | 62 | 4 | 57 | 127 | 110 |
| Binary | 11110110 | 11011011 | 1111011 | 0 | 1011 | 110010 | 100 | 101111 | 1010111 | 1001000 |
Color Harmonies of #F6DB7B
Complementary color
Monochromatic Colors of #F6DB7B
Black with #F6DB7B
Text Example
Text Example
White with #F6DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB7B; }
p { color: rgb(246,219,123); }
H1.HeaderClassName
{
color: #F6DB7B;
}
.AnyTagClassName
{
color: #F6DB7B;
}
</style>
background-color css
<style>
a { background-color: #F6DB7B; }
a { background-color: rgb(246,219,123); }
div.DivClassName
{
background-color: #F6DB7B;
}
.BgClassName
{
background-color: #F6DB7B;
}
</style>
border-color css
<style>
span { border-color: #F6DB7B; }
span { border-color: rgb(246,219,123); }
td.TdClassName
{
border-color: #F6DB7B;
}
.TagClassName
{
border-color: #F6DB7B;
}
</style>