Shades of Golden Glow #F4DA7C
Tints of Golden Glow #F4DA7C
RGB
CMYK
RGB Variations
Color information
#F4DA7C (or 0xF4DA7C) is known color: Golden Glow. HEX triplet: F4, DA and 7C. RGB value is (244,218,124). Sum of RGB (Red+Green+Blue) = 244+218+124=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DA7C is #0B2583. Grayscale: #D7D7D7. Windows color (decimal): -730500 or 8182516. OLE color: 8182516.
HSL color Cylindrical-coordinate representation of color #F4DA7C: hue angle of 47º degrees, saturation: 0.85, 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 #F4DA7C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 124 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.04 |
| HSL | 47º | 0.85% | 0.72% | - |
| HSV(B) | 47º | 0.49% | 0.96% | - |
| XYZ | 66.02 | 70.83 | 29.26 | - |
| YUV | 215.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 124 | 0 | 0.11 | 0.49 | 0.04 | 47 | 0.85 | 0.72 |
| Hex | F4 | DA | 7C | 0 | B | 31 | 4 | 2F | 55 | 48 |
| Octal | 364 | 332 | 174 | 0 | 13 | 61 | 4 | 57 | 125 | 110 |
| Binary | 11110100 | 11011010 | 1111100 | 0 | 1011 | 110001 | 100 | 101111 | 1010101 | 1001000 |
Color Harmonies of #F4DA7C
Complementary color
Monochromatic Colors of #F4DA7C
Black with #F4DA7C
Text Example
Text Example
White with #F4DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA7C; }
p { color: rgb(244,218,124); }
H1.HeaderClassName
{
color: #F4DA7C;
}
.AnyTagClassName
{
color: #F4DA7C;
}
</style>
background-color css
<style>
a { background-color: #F4DA7C; }
a { background-color: rgb(244,218,124); }
div.DivClassName
{
background-color: #F4DA7C;
}
.BgClassName
{
background-color: #F4DA7C;
}
</style>
border-color css
<style>
span { border-color: #F4DA7C; }
span { border-color: rgb(244,218,124); }
td.TdClassName
{
border-color: #F4DA7C;
}
.TagClassName
{
border-color: #F4DA7C;
}
</style>