Shades of Golden Glow #F4D77D
Tints of Golden Glow #F4D77D
RGB
CMYK
RGB Variations
Color information
#F4D77D (or 0xF4D77D) is known color: Golden Glow. HEX triplet: F4, D7 and 7D. RGB value is (244,215,125). Sum of RGB (Red+Green+Blue) = 244+215+125=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D77D is #0B2882. Grayscale: #D5D5D5. Windows color (decimal): -731267 or 8247284. OLE color: 8247284.
HSL color Cylindrical-coordinate representation of color #F4D77D: hue angle of 45.38º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4D77D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 125 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.04 |
| HSL | 45.38º | 0.84% | 0.72% | - |
| HSV(B) | 45.38º | 0.49% | 0.96% | - |
| XYZ | 65.31 | 69.31 | 29.34 | - |
| YUV | 213.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 125 | 0 | 0.12 | 0.49 | 0.04 | 45.38 | 0.84 | 0.72 |
| Hex | F4 | D7 | 7D | 0 | C | 31 | 4 | 2D | 54 | 48 |
| Octal | 364 | 327 | 175 | 0 | 14 | 61 | 4 | 55 | 124 | 110 |
| Binary | 11110100 | 11010111 | 1111101 | 0 | 1100 | 110001 | 100 | 101101 | 1010100 | 1001000 |
Color Harmonies of #F4D77D
Complementary color
Monochromatic Colors of #F4D77D
Black with #F4D77D
Text Example
Text Example
White with #F4D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D77D; }
p { color: rgb(244,215,125); }
H1.HeaderClassName
{
color: #F4D77D;
}
.AnyTagClassName
{
color: #F4D77D;
}
</style>
background-color css
<style>
a { background-color: #F4D77D; }
a { background-color: rgb(244,215,125); }
div.DivClassName
{
background-color: #F4D77D;
}
.BgClassName
{
background-color: #F4D77D;
}
</style>
border-color css
<style>
span { border-color: #F4D77D; }
span { border-color: rgb(244,215,125); }
td.TdClassName
{
border-color: #F4D77D;
}
.TagClassName
{
border-color: #F4D77D;
}
</style>