Shades of Zombie #DDC487
Tints of Zombie #DDC487
RGB
CMYK
RGB Variations
Color information
#DDC487 (or 0xDDC487) is known color: Zombie. HEX triplet: DD, C4 and 87. RGB value is (221,196,135). Sum of RGB (Red+Green+Blue) = 221+196+135=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 135 (53.12% from 255 or 24.46% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC487 is #223B78. Grayscale: #C4C4C4. Windows color (decimal): -2243449 or 8897757. OLE color: 8897757.
HSL color Cylindrical-coordinate representation of color #DDC487: hue angle of 42.56º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDC487 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 135 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.13 |
| HSL | 42.56º | 0.56% | 0.7% | - |
| HSV(B) | 42.56º | 0.39% | 0.87% | - |
| XYZ | 53.93 | 56.6 | 31 | - |
| YUV | 196.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 135 | 0 | 0.11 | 0.39 | 0.13 | 42.56 | 0.56 | 0.7 |
| Hex | DD | C4 | 87 | 0 | B | 27 | D | 2B | 38 | 46 |
| Octal | 335 | 304 | 207 | 0 | 13 | 47 | 15 | 53 | 70 | 106 |
| Binary | 11011101 | 11000100 | 10000111 | 0 | 1011 | 100111 | 1101 | 101011 | 111000 | 1000110 |
Color Harmonies of #DDC487
Complementary color
Monochromatic Colors of #DDC487
Black with #DDC487
Text Example
Text Example
White with #DDC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC487; }
p { color: rgb(221,196,135); }
H1.HeaderClassName
{
color: #DDC487;
}
.AnyTagClassName
{
color: #DDC487;
}
</style>
background-color css
<style>
a { background-color: #DDC487; }
a { background-color: rgb(221,196,135); }
div.DivClassName
{
background-color: #DDC487;
}
.BgClassName
{
background-color: #DDC487;
}
</style>
border-color css
<style>
span { border-color: #DDC487; }
span { border-color: rgb(221,196,135); }
td.TdClassName
{
border-color: #DDC487;
}
.TagClassName
{
border-color: #DDC487;
}
</style>