Shades of Golden Glow #F6DC7D
Tints of Golden Glow #F6DC7D
RGB
CMYK
RGB Variations
Color information
#F6DC7D (or 0xF6DC7D) is known color: Golden Glow. HEX triplet: F6, DC and 7D. RGB value is (246,220,125). Sum of RGB (Red+Green+Blue) = 246+220+125=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC7D is #092382. Grayscale: #D9D9D9. Windows color (decimal): -598915 or 8248566. OLE color: 8248566.
HSL color Cylindrical-coordinate representation of color #F6DC7D: hue angle of 47.11º degrees, saturation: 0.87, 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 #F6DC7D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 125 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.04 |
| HSL | 47.11º | 0.87% | 0.73% | - |
| HSV(B) | 47.11º | 0.49% | 0.96% | - |
| XYZ | 67.3 | 72.26 | 29.8 | - |
| YUV | 216.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 125 | 0 | 0.11 | 0.49 | 0.04 | 47.11 | 0.87 | 0.73 |
| Hex | F6 | DC | 7D | 0 | B | 31 | 4 | 2F | 57 | 49 |
| Octal | 366 | 334 | 175 | 0 | 13 | 61 | 4 | 57 | 127 | 111 |
| Binary | 11110110 | 11011100 | 1111101 | 0 | 1011 | 110001 | 100 | 101111 | 1010111 | 1001001 |
Color Harmonies of #F6DC7D
Complementary color
Monochromatic Colors of #F6DC7D
Black with #F6DC7D
Text Example
Text Example
White with #F6DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC7D; }
p { color: rgb(246,220,125); }
H1.HeaderClassName
{
color: #F6DC7D;
}
.AnyTagClassName
{
color: #F6DC7D;
}
</style>
background-color css
<style>
a { background-color: #F6DC7D; }
a { background-color: rgb(246,220,125); }
div.DivClassName
{
background-color: #F6DC7D;
}
.BgClassName
{
background-color: #F6DC7D;
}
</style>
border-color css
<style>
span { border-color: #F6DC7D; }
span { border-color: rgb(246,220,125); }
td.TdClassName
{
border-color: #F6DC7D;
}
.TagClassName
{
border-color: #F6DC7D;
}
</style>