Shades of Zombie #D7C486
Tints of Zombie #D7C486
RGB
CMYK
RGB Variations
Color information
#D7C486 (or 0xD7C486) is known color: Zombie. HEX triplet: D7, C4 and 86. RGB value is (215,196,134). Sum of RGB (Red+Green+Blue) = 215+196+134=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C486 is #283B79. Grayscale: #C2C2C2. Windows color (decimal): -2636666 or 8832215. OLE color: 8832215.
HSL color Cylindrical-coordinate representation of color #D7C486: hue angle of 45.93º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7C486 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 134 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.16 |
| HSL | 45.93º | 0.5% | 0.68% | - |
| HSV(B) | 45.93º | 0.38% | 0.84% | - |
| XYZ | 52.07 | 55.65 | 30.55 | - |
| YUV | 194.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 134 | 0 | 0.09 | 0.38 | 0.16 | 45.93 | 0.5 | 0.68 |
| Hex | D7 | C4 | 86 | 0 | 9 | 26 | 10 | 2E | 32 | 44 |
| Octal | 327 | 304 | 206 | 0 | 11 | 46 | 20 | 56 | 62 | 104 |
| Binary | 11010111 | 11000100 | 10000110 | 0 | 1001 | 100110 | 10000 | 101110 | 110010 | 1000100 |
Color Harmonies of #D7C486
Complementary color
Monochromatic Colors of #D7C486
Black with #D7C486
Text Example
Text Example
White with #D7C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C486; }
p { color: rgb(215,196,134); }
H1.HeaderClassName
{
color: #D7C486;
}
.AnyTagClassName
{
color: #D7C486;
}
</style>
background-color css
<style>
a { background-color: #D7C486; }
a { background-color: rgb(215,196,134); }
div.DivClassName
{
background-color: #D7C486;
}
.BgClassName
{
background-color: #D7C486;
}
</style>
border-color css
<style>
span { border-color: #D7C486; }
span { border-color: rgb(215,196,134); }
td.TdClassName
{
border-color: #D7C486;
}
.TagClassName
{
border-color: #D7C486;
}
</style>