Shades of Golden Glow #F9DC7D
Tints of Golden Glow #F9DC7D
RGB
CMYK
RGB Variations
Color information
#F9DC7D (or 0xF9DC7D) is known color: Golden Glow. HEX triplet: F9, DC and 7D. RGB value is (249,220,125). Sum of RGB (Red+Green+Blue) = 249+220+125=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC7D is #062382. Grayscale: #DADADA. Windows color (decimal): -402307 or 8248569. OLE color: 8248569.
HSL color Cylindrical-coordinate representation of color #F9DC7D: hue angle of 45.97º 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 #F9DC7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.97º | 0.91% | 0.73% | - |
| HSV(B) | 45.97º | 0.5% | 0.98% | - |
| XYZ | 68.36 | 72.81 | 29.85 | - |
| YUV | 217.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 125 | 0 | 0.12 | 0.50 | 0.02 | 45.97 | 0.91 | 0.73 |
| Hex | F9 | DC | 7D | 0 | C | 32 | 2 | 2E | 5B | 49 |
| Octal | 371 | 334 | 175 | 0 | 14 | 62 | 2 | 56 | 133 | 111 |
| Binary | 11111001 | 11011100 | 1111101 | 0 | 1100 | 110010 | 10 | 101110 | 1011011 | 1001001 |
Color Harmonies of #F9DC7D
Complementary color
Monochromatic Colors of #F9DC7D
Black with #F9DC7D
Text Example
Text Example
White with #F9DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC7D; }
p { color: rgb(249,220,125); }
H1.HeaderClassName
{
color: #F9DC7D;
}
.AnyTagClassName
{
color: #F9DC7D;
}
</style>
background-color css
<style>
a { background-color: #F9DC7D; }
a { background-color: rgb(249,220,125); }
div.DivClassName
{
background-color: #F9DC7D;
}
.BgClassName
{
background-color: #F9DC7D;
}
</style>
border-color css
<style>
span { border-color: #F9DC7D; }
span { border-color: rgb(249,220,125); }
td.TdClassName
{
border-color: #F9DC7D;
}
.TagClassName
{
border-color: #F9DC7D;
}
</style>