Shades of Golden Glow #F9DD7D
Tints of Golden Glow #F9DD7D
RGB
CMYK
RGB Variations
Color information
#F9DD7D (or 0xF9DD7D) is known color: Golden Glow. HEX triplet: F9, DD and 7D. RGB value is (249,221,125). Sum of RGB (Red+Green+Blue) = 249+221+125=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD7D is #062282. Grayscale: #DADADA. Windows color (decimal): -402051 or 8248825. OLE color: 8248825.
HSL color Cylindrical-coordinate representation of color #F9DD7D: hue angle of 46.45º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9DD7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 125 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.02 |
| HSL | 46.45º | 0.91% | 0.73% | - |
| HSV(B) | 46.45º | 0.5% | 0.98% | - |
| XYZ | 68.63 | 73.33 | 29.94 | - |
| YUV | 218.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 125 | 0 | 0.11 | 0.50 | 0.02 | 46.45 | 0.91 | 0.73 |
| Hex | F9 | DD | 7D | 0 | B | 32 | 2 | 2E | 5B | 49 |
| Octal | 371 | 335 | 175 | 0 | 13 | 62 | 2 | 56 | 133 | 111 |
| Binary | 11111001 | 11011101 | 1111101 | 0 | 1011 | 110010 | 10 | 101110 | 1011011 | 1001001 |
Color Harmonies of #F9DD7D
Complementary color
Monochromatic Colors of #F9DD7D
Black with #F9DD7D
Text Example
Text Example
White with #F9DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD7D; }
p { color: rgb(249,221,125); }
H1.HeaderClassName
{
color: #F9DD7D;
}
.AnyTagClassName
{
color: #F9DD7D;
}
</style>
background-color css
<style>
a { background-color: #F9DD7D; }
a { background-color: rgb(249,221,125); }
div.DivClassName
{
background-color: #F9DD7D;
}
.BgClassName
{
background-color: #F9DD7D;
}
</style>
border-color css
<style>
span { border-color: #F9DD7D; }
span { border-color: rgb(249,221,125); }
td.TdClassName
{
border-color: #F9DD7D;
}
.TagClassName
{
border-color: #F9DD7D;
}
</style>