Shades of Golden Glow #FFD786
Tints of Golden Glow #FFD786
RGB
CMYK
RGB Variations
Color information
#FFD786 (or 0xFFD786) is known color: Golden Glow. HEX triplet: FF, D7 and 86. RGB value is (255,215,134). Sum of RGB (Red+Green+Blue) = 255+215+134=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD786 is #002879. Grayscale: #DADADA. Windows color (decimal): -10362 or 8837119. OLE color: 8837119.
HSL color Cylindrical-coordinate representation of color #FFD786: hue angle of 40.17º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFD786 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 134 | - |
| CMYK | 0 | 0.16 | 0.47 | 0 |
| HSL | 40.17º | 1% | 0.76% | - |
| HSV(B) | 40.17º | 0.47% | 1% | - |
| XYZ | 69.84 | 71.58 | 32.69 | - |
| YUV | 217.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 134 | 0 | 0.16 | 0.47 | 0 | 40.17 | 1 | 0.76 |
| Hex | FF | D7 | 86 | 0 | 10 | 2F | 0 | 28 | 64 | 4C |
| Octal | 377 | 327 | 206 | 0 | 20 | 57 | 0 | 50 | 144 | 114 |
| Binary | 11111111 | 11010111 | 10000110 | 0 | 10000 | 101111 | 0 | 101000 | 1100100 | 1001100 |
Color Harmonies of #FFD786
Complementary color
Monochromatic Colors of #FFD786
Black with #FFD786
Text Example
Text Example
White with #FFD786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD786; }
p { color: rgb(255,215,134); }
H1.HeaderClassName
{
color: #FFD786;
}
.AnyTagClassName
{
color: #FFD786;
}
</style>
background-color css
<style>
a { background-color: #FFD786; }
a { background-color: rgb(255,215,134); }
div.DivClassName
{
background-color: #FFD786;
}
.BgClassName
{
background-color: #FFD786;
}
</style>
border-color css
<style>
span { border-color: #FFD786; }
span { border-color: rgb(255,215,134); }
td.TdClassName
{
border-color: #FFD786;
}
.TagClassName
{
border-color: #FFD786;
}
</style>