Shades of Zombie #D7C190
Tints of Zombie #D7C190
RGB
CMYK
RGB Variations
Color information
#D7C190 (or 0xD7C190) is known color: Zombie. HEX triplet: D7, C1 and 90. RGB value is (215,193,144). Sum of RGB (Red+Green+Blue) = 215+193+144=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C190 is #283E6F. Grayscale: #C2C2C2. Windows color (decimal): -2637424 or 9486807. OLE color: 9486807.
HSL color Cylindrical-coordinate representation of color #D7C190: hue angle of 41.41º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7C190 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 144 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.16 |
| HSL | 41.41º | 0.47% | 0.7% | - |
| HSV(B) | 41.41º | 0.33% | 0.84% | - |
| XYZ | 52.13 | 54.6 | 34.18 | - |
| YUV | 193.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 144 | 0 | 0.10 | 0.33 | 0.16 | 41.41 | 0.47 | 0.7 |
| Hex | D7 | C1 | 90 | 0 | A | 21 | 10 | 29 | 2F | 46 |
| Octal | 327 | 301 | 220 | 0 | 12 | 41 | 20 | 51 | 57 | 106 |
| Binary | 11010111 | 11000001 | 10010000 | 0 | 1010 | 100001 | 10000 | 101001 | 101111 | 1000110 |
Color Harmonies of #D7C190
Complementary color
Monochromatic Colors of #D7C190
Black with #D7C190
Text Example
Text Example
White with #D7C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C190; }
p { color: rgb(215,193,144); }
H1.HeaderClassName
{
color: #D7C190;
}
.AnyTagClassName
{
color: #D7C190;
}
</style>
background-color css
<style>
a { background-color: #D7C190; }
a { background-color: rgb(215,193,144); }
div.DivClassName
{
background-color: #D7C190;
}
.BgClassName
{
background-color: #D7C190;
}
</style>
border-color css
<style>
span { border-color: #D7C190; }
span { border-color: rgb(215,193,144); }
td.TdClassName
{
border-color: #D7C190;
}
.TagClassName
{
border-color: #D7C190;
}
</style>