Shades of Zombie #D7C488
Tints of Zombie #D7C488
RGB
CMYK
RGB Variations
Color information
#D7C488 (or 0xD7C488) is known color: Zombie. HEX triplet: D7, C4 and 88. RGB value is (215,196,136). Sum of RGB (Red+Green+Blue) = 215+196+136=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C488 is #283B77. Grayscale: #C3C3C3. Windows color (decimal): -2636664 or 8963287. OLE color: 8963287.
HSL color Cylindrical-coordinate representation of color #D7C488: hue angle of 45.57º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7C488 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 136 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.16 |
| HSL | 45.57º | 0.5% | 0.69% | - |
| HSV(B) | 45.57º | 0.37% | 0.84% | - |
| XYZ | 52.21 | 55.7 | 31.29 | - |
| YUV | 194.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 136 | 0 | 0.09 | 0.37 | 0.16 | 45.57 | 0.5 | 0.69 |
| Hex | D7 | C4 | 88 | 0 | 9 | 25 | 10 | 2E | 32 | 45 |
| Octal | 327 | 304 | 210 | 0 | 11 | 45 | 20 | 56 | 62 | 105 |
| Binary | 11010111 | 11000100 | 10001000 | 0 | 1001 | 100101 | 10000 | 101110 | 110010 | 1000101 |
Color Harmonies of #D7C488
Complementary color
Monochromatic Colors of #D7C488
Black with #D7C488
Text Example
Text Example
White with #D7C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C488; }
p { color: rgb(215,196,136); }
H1.HeaderClassName
{
color: #D7C488;
}
.AnyTagClassName
{
color: #D7C488;
}
</style>
background-color css
<style>
a { background-color: #D7C488; }
a { background-color: rgb(215,196,136); }
div.DivClassName
{
background-color: #D7C488;
}
.BgClassName
{
background-color: #D7C488;
}
</style>
border-color css
<style>
span { border-color: #D7C488; }
span { border-color: rgb(215,196,136); }
td.TdClassName
{
border-color: #D7C488;
}
.TagClassName
{
border-color: #D7C488;
}
</style>