Shades of Golden Glow #F6DB7D
Tints of Golden Glow #F6DB7D
RGB
CMYK
RGB Variations
Color information
#F6DB7D (or 0xF6DB7D) is known color: Golden Glow. HEX triplet: F6, DB and 7D. RGB value is (246,219,125). Sum of RGB (Red+Green+Blue) = 246+219+125=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB7D is #092482. Grayscale: #D8D8D8. Windows color (decimal): -599171 or 8248310. OLE color: 8248310.
HSL color Cylindrical-coordinate representation of color #F6DB7D: hue angle of 46.61º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6DB7D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 125 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.04 |
| HSL | 46.61º | 0.87% | 0.73% | - |
| HSV(B) | 46.61º | 0.49% | 0.96% | - |
| XYZ | 67.04 | 71.74 | 29.72 | - |
| YUV | 216.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 125 | 0 | 0.11 | 0.49 | 0.04 | 46.61 | 0.87 | 0.73 |
| Hex | F6 | DB | 7D | 0 | B | 31 | 4 | 2F | 57 | 49 |
| Octal | 366 | 333 | 175 | 0 | 13 | 61 | 4 | 57 | 127 | 111 |
| Binary | 11110110 | 11011011 | 1111101 | 0 | 1011 | 110001 | 100 | 101111 | 1010111 | 1001001 |
Color Harmonies of #F6DB7D
Complementary color
Monochromatic Colors of #F6DB7D
Black with #F6DB7D
Text Example
Text Example
White with #F6DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB7D; }
p { color: rgb(246,219,125); }
H1.HeaderClassName
{
color: #F6DB7D;
}
.AnyTagClassName
{
color: #F6DB7D;
}
</style>
background-color css
<style>
a { background-color: #F6DB7D; }
a { background-color: rgb(246,219,125); }
div.DivClassName
{
background-color: #F6DB7D;
}
.BgClassName
{
background-color: #F6DB7D;
}
</style>
border-color css
<style>
span { border-color: #F6DB7D; }
span { border-color: rgb(246,219,125); }
td.TdClassName
{
border-color: #F6DB7D;
}
.TagClassName
{
border-color: #F6DB7D;
}
</style>