Shades of Golden Glow #F4DA7B
Tints of Golden Glow #F4DA7B
RGB
CMYK
RGB Variations
Color information
#F4DA7B (or 0xF4DA7B) is known color: Golden Glow. HEX triplet: F4, DA and 7B. RGB value is (244,218,123). Sum of RGB (Red+Green+Blue) = 244+218+123=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DA7B is #0B2584. Grayscale: #D7D7D7. Windows color (decimal): -730501 or 8116980. OLE color: 8116980.
HSL color Cylindrical-coordinate representation of color #F4DA7B: hue angle of 47.11º degrees, saturation: 0.85, 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 #F4DA7B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 123 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 47.11º | 0.85% | 0.72% | - |
| HSV(B) | 47.11º | 0.5% | 0.96% | - |
| XYZ | 65.95 | 70.81 | 28.93 | - |
| YUV | 214.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 123 | 0 | 0.11 | 0.50 | 0.04 | 47.11 | 0.85 | 0.72 |
| Hex | F4 | DA | 7B | 0 | B | 32 | 4 | 2F | 55 | 48 |
| Octal | 364 | 332 | 173 | 0 | 13 | 62 | 4 | 57 | 125 | 110 |
| Binary | 11110100 | 11011010 | 1111011 | 0 | 1011 | 110010 | 100 | 101111 | 1010101 | 1001000 |
Color Harmonies of #F4DA7B
Complementary color
Monochromatic Colors of #F4DA7B
Black with #F4DA7B
Text Example
Text Example
White with #F4DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA7B; }
p { color: rgb(244,218,123); }
H1.HeaderClassName
{
color: #F4DA7B;
}
.AnyTagClassName
{
color: #F4DA7B;
}
</style>
background-color css
<style>
a { background-color: #F4DA7B; }
a { background-color: rgb(244,218,123); }
div.DivClassName
{
background-color: #F4DA7B;
}
.BgClassName
{
background-color: #F4DA7B;
}
</style>
border-color css
<style>
span { border-color: #F4DA7B; }
span { border-color: rgb(244,218,123); }
td.TdClassName
{
border-color: #F4DA7B;
}
.TagClassName
{
border-color: #F4DA7B;
}
</style>