Shades of Golden Glow #FFDC86
Tints of Golden Glow #FFDC86
RGB
CMYK
RGB Variations
Color information
#FFDC86 (or 0xFFDC86) is known color: Golden Glow. HEX triplet: FF, DC and 86. RGB value is (255,220,134). Sum of RGB (Red+Green+Blue) = 255+220+134=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC86 is #002379. Grayscale: #DDDDDD. Windows color (decimal): -9082 or 8838399. OLE color: 8838399.
HSL color Cylindrical-coordinate representation of color #FFDC86: hue angle of 42.64º 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 #FFDC86 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 134 | - |
| CMYK | 0 | 0.14 | 0.47 | 0 |
| HSL | 42.64º | 1% | 0.76% | - |
| HSV(B) | 42.64º | 0.47% | 1% | - |
| XYZ | 71.14 | 74.17 | 33.12 | - |
| YUV | 220.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 134 | 0 | 0.14 | 0.47 | 0 | 42.64 | 1 | 0.76 |
| Hex | FF | DC | 86 | 0 | E | 2F | 0 | 2B | 64 | 4C |
| Octal | 377 | 334 | 206 | 0 | 16 | 57 | 0 | 53 | 144 | 114 |
| Binary | 11111111 | 11011100 | 10000110 | 0 | 1110 | 101111 | 0 | 101011 | 1100100 | 1001100 |
Color Harmonies of #FFDC86
Complementary color
Monochromatic Colors of #FFDC86
Black with #FFDC86
Text Example
Text Example
White with #FFDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC86; }
p { color: rgb(255,220,134); }
H1.HeaderClassName
{
color: #FFDC86;
}
.AnyTagClassName
{
color: #FFDC86;
}
</style>
background-color css
<style>
a { background-color: #FFDC86; }
a { background-color: rgb(255,220,134); }
div.DivClassName
{
background-color: #FFDC86;
}
.BgClassName
{
background-color: #FFDC86;
}
</style>
border-color css
<style>
span { border-color: #FFDC86; }
span { border-color: rgb(255,220,134); }
td.TdClassName
{
border-color: #FFDC86;
}
.TagClassName
{
border-color: #FFDC86;
}
</style>