Shades of Zombie #D9C686
Tints of Zombie #D9C686
RGB
CMYK
RGB Variations
Color information
#D9C686 (or 0xD9C686) is known color: Zombie. HEX triplet: D9, C6 and 86. RGB value is (217,198,134). Sum of RGB (Red+Green+Blue) = 217+198+134=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C686 is #263979. Grayscale: #C4C4C4. Windows color (decimal): -2505082 or 8832729. OLE color: 8832729.
HSL color Cylindrical-coordinate representation of color #D9C686: hue angle of 46.27º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9C686 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 134 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.15 |
| HSL | 46.27º | 0.52% | 0.69% | - |
| HSV(B) | 46.27º | 0.38% | 0.85% | - |
| XYZ | 53.11 | 56.86 | 30.73 | - |
| YUV | 196.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 134 | 0 | 0.09 | 0.38 | 0.15 | 46.27 | 0.52 | 0.69 |
| Hex | D9 | C6 | 86 | 0 | 9 | 26 | F | 2E | 34 | 45 |
| Octal | 331 | 306 | 206 | 0 | 11 | 46 | 17 | 56 | 64 | 105 |
| Binary | 11011001 | 11000110 | 10000110 | 0 | 1001 | 100110 | 1111 | 101110 | 110100 | 1000101 |
Color Harmonies of #D9C686
Complementary color
Monochromatic Colors of #D9C686
Black with #D9C686
Text Example
Text Example
White with #D9C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C686; }
p { color: rgb(217,198,134); }
H1.HeaderClassName
{
color: #D9C686;
}
.AnyTagClassName
{
color: #D9C686;
}
</style>
background-color css
<style>
a { background-color: #D9C686; }
a { background-color: rgb(217,198,134); }
div.DivClassName
{
background-color: #D9C686;
}
.BgClassName
{
background-color: #D9C686;
}
</style>
border-color css
<style>
span { border-color: #D9C686; }
span { border-color: rgb(217,198,134); }
td.TdClassName
{
border-color: #D9C686;
}
.TagClassName
{
border-color: #D9C686;
}
</style>