Shades of Golden Glow #F6D77D
Tints of Golden Glow #F6D77D
RGB
CMYK
RGB Variations
Color information
#F6D77D (or 0xF6D77D) is known color: Golden Glow. HEX triplet: F6, D7 and 7D. RGB value is (246,215,125). Sum of RGB (Red+Green+Blue) = 246+215+125=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D77D is #092882. Grayscale: #D6D6D6. Windows color (decimal): -600195 or 8247286. OLE color: 8247286.
HSL color Cylindrical-coordinate representation of color #F6D77D: hue angle of 44.63º 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 #F6D77D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 125 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.04 |
| HSL | 44.63º | 0.87% | 0.73% | - |
| HSV(B) | 44.63º | 0.49% | 0.96% | - |
| XYZ | 66.01 | 69.67 | 29.37 | - |
| YUV | 214.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 125 | 0 | 0.13 | 0.49 | 0.04 | 44.63 | 0.87 | 0.73 |
| Hex | F6 | D7 | 7D | 0 | D | 31 | 4 | 2D | 57 | 49 |
| Octal | 366 | 327 | 175 | 0 | 15 | 61 | 4 | 55 | 127 | 111 |
| Binary | 11110110 | 11010111 | 1111101 | 0 | 1101 | 110001 | 100 | 101101 | 1010111 | 1001001 |
Color Harmonies of #F6D77D
Complementary color
Monochromatic Colors of #F6D77D
Black with #F6D77D
Text Example
Text Example
White with #F6D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D77D; }
p { color: rgb(246,215,125); }
H1.HeaderClassName
{
color: #F6D77D;
}
.AnyTagClassName
{
color: #F6D77D;
}
</style>
background-color css
<style>
a { background-color: #F6D77D; }
a { background-color: rgb(246,215,125); }
div.DivClassName
{
background-color: #F6D77D;
}
.BgClassName
{
background-color: #F6D77D;
}
</style>
border-color css
<style>
span { border-color: #F6D77D; }
span { border-color: rgb(246,215,125); }
td.TdClassName
{
border-color: #F6D77D;
}
.TagClassName
{
border-color: #F6D77D;
}
</style>