Shades of Zombie #D9C189
Tints of Zombie #D9C189
RGB
CMYK
RGB Variations
Color information
#D9C189 (or 0xD9C189) is known color: Zombie. HEX triplet: D9, C1 and 89. RGB value is (217,193,137). Sum of RGB (Red+Green+Blue) = 217+193+137=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C189 is #263E76. Grayscale: #C2C2C2. Windows color (decimal): -2506359 or 9028057. OLE color: 9028057.
HSL color Cylindrical-coordinate representation of color #D9C189: hue angle of 42º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9C189 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 137 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.15 |
| HSL | 42º | 0.51% | 0.69% | - |
| HSV(B) | 42º | 0.37% | 0.85% | - |
| XYZ | 52.2 | 54.7 | 31.47 | - |
| YUV | 193.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 137 | 0 | 0.11 | 0.37 | 0.15 | 42 | 0.51 | 0.69 |
| Hex | D9 | C1 | 89 | 0 | B | 25 | F | 2A | 33 | 45 |
| Octal | 331 | 301 | 211 | 0 | 13 | 45 | 17 | 52 | 63 | 105 |
| Binary | 11011001 | 11000001 | 10001001 | 0 | 1011 | 100101 | 1111 | 101010 | 110011 | 1000101 |
Color Harmonies of #D9C189
Complementary color
Monochromatic Colors of #D9C189
Black with #D9C189
Text Example
Text Example
White with #D9C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C189; }
p { color: rgb(217,193,137); }
H1.HeaderClassName
{
color: #D9C189;
}
.AnyTagClassName
{
color: #D9C189;
}
</style>
background-color css
<style>
a { background-color: #D9C189; }
a { background-color: rgb(217,193,137); }
div.DivClassName
{
background-color: #D9C189;
}
.BgClassName
{
background-color: #D9C189;
}
</style>
border-color css
<style>
span { border-color: #D9C189; }
span { border-color: rgb(217,193,137); }
td.TdClassName
{
border-color: #D9C189;
}
.TagClassName
{
border-color: #D9C189;
}
</style>