Shades of Golden Glow #F5DB7D
Tints of Golden Glow #F5DB7D
RGB
CMYK
RGB Variations
Color information
#F5DB7D (or 0xF5DB7D) is known color: Golden Glow. HEX triplet: F5, DB and 7D. RGB value is (245,219,125). Sum of RGB (Red+Green+Blue) = 245+219+125=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB7D is #0A2482. Grayscale: #D8D8D8. Windows color (decimal): -664707 or 8248309. OLE color: 8248309.
HSL color Cylindrical-coordinate representation of color #F5DB7D: hue angle of 47º degrees, saturation: 0.86, 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 #F5DB7D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 125 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.04 |
| HSL | 47º | 0.86% | 0.73% | - |
| HSV(B) | 47º | 0.49% | 0.96% | - |
| XYZ | 66.69 | 71.56 | 29.7 | - |
| YUV | 216.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 125 | 0 | 0.11 | 0.49 | 0.04 | 47 | 0.86 | 0.73 |
| Hex | F5 | DB | 7D | 0 | B | 31 | 4 | 2F | 56 | 49 |
| Octal | 365 | 333 | 175 | 0 | 13 | 61 | 4 | 57 | 126 | 111 |
| Binary | 11110101 | 11011011 | 1111101 | 0 | 1011 | 110001 | 100 | 101111 | 1010110 | 1001001 |
Color Harmonies of #F5DB7D
Complementary color
Monochromatic Colors of #F5DB7D
Black with #F5DB7D
Text Example
Text Example
White with #F5DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB7D; }
p { color: rgb(245,219,125); }
H1.HeaderClassName
{
color: #F5DB7D;
}
.AnyTagClassName
{
color: #F5DB7D;
}
</style>
background-color css
<style>
a { background-color: #F5DB7D; }
a { background-color: rgb(245,219,125); }
div.DivClassName
{
background-color: #F5DB7D;
}
.BgClassName
{
background-color: #F5DB7D;
}
</style>
border-color css
<style>
span { border-color: #F5DB7D; }
span { border-color: rgb(245,219,125); }
td.TdClassName
{
border-color: #F5DB7D;
}
.TagClassName
{
border-color: #F5DB7D;
}
</style>