Shades of Zombie #D7C286
Tints of Zombie #D7C286
RGB
CMYK
RGB Variations
Color information
#D7C286 (or 0xD7C286) is known color: Zombie. HEX triplet: D7, C2 and 86. RGB value is (215,194,134). Sum of RGB (Red+Green+Blue) = 215+194+134=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C286 is #283D79. Grayscale: #C1C1C1. Windows color (decimal): -2637178 or 8831703. OLE color: 8831703.
HSL color Cylindrical-coordinate representation of color #D7C286: hue angle of 44.44º 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 #D7C286 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 134 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.16 |
| HSL | 44.44º | 0.5% | 0.68% | - |
| HSV(B) | 44.44º | 0.38% | 0.84% | - |
| XYZ | 51.62 | 54.75 | 30.4 | - |
| YUV | 193.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 134 | 0 | 0.10 | 0.38 | 0.16 | 44.44 | 0.5 | 0.68 |
| Hex | D7 | C2 | 86 | 0 | A | 26 | 10 | 2C | 32 | 44 |
| Octal | 327 | 302 | 206 | 0 | 12 | 46 | 20 | 54 | 62 | 104 |
| Binary | 11010111 | 11000010 | 10000110 | 0 | 1010 | 100110 | 10000 | 101100 | 110010 | 1000100 |
Color Harmonies of #D7C286
Complementary color
Monochromatic Colors of #D7C286
Black with #D7C286
Text Example
Text Example
White with #D7C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C286; }
p { color: rgb(215,194,134); }
H1.HeaderClassName
{
color: #D7C286;
}
.AnyTagClassName
{
color: #D7C286;
}
</style>
background-color css
<style>
a { background-color: #D7C286; }
a { background-color: rgb(215,194,134); }
div.DivClassName
{
background-color: #D7C286;
}
.BgClassName
{
background-color: #D7C286;
}
</style>
border-color css
<style>
span { border-color: #D7C286; }
span { border-color: rgb(215,194,134); }
td.TdClassName
{
border-color: #D7C286;
}
.TagClassName
{
border-color: #D7C286;
}
</style>