Shades of Zombie #DDC084
Tints of Zombie #DDC084
RGB
CMYK
RGB Variations
Color information
#DDC084 (or 0xDDC084) is known color: Zombie. HEX triplet: DD, C0 and 84. RGB value is (221,192,132). Sum of RGB (Red+Green+Blue) = 221+192+132=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC084 is #223F7B. Grayscale: #C2C2C2. Windows color (decimal): -2244476 or 8700125. OLE color: 8700125.
HSL color Cylindrical-coordinate representation of color #DDC084: hue angle of 40.45º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDC084 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 132 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 40.45º | 0.57% | 0.69% | - |
| HSV(B) | 40.45º | 0.4% | 0.87% | - |
| XYZ | 52.83 | 54.74 | 29.61 | - |
| YUV | 193.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 132 | 0 | 0.13 | 0.40 | 0.13 | 40.45 | 0.57 | 0.69 |
| Hex | DD | C0 | 84 | 0 | D | 28 | D | 28 | 39 | 45 |
| Octal | 335 | 300 | 204 | 0 | 15 | 50 | 15 | 50 | 71 | 105 |
| Binary | 11011101 | 11000000 | 10000100 | 0 | 1101 | 101000 | 1101 | 101000 | 111001 | 1000101 |
Color Harmonies of #DDC084
Complementary color
Monochromatic Colors of #DDC084
Black with #DDC084
Text Example
Text Example
White with #DDC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC084; }
p { color: rgb(221,192,132); }
H1.HeaderClassName
{
color: #DDC084;
}
.AnyTagClassName
{
color: #DDC084;
}
</style>
background-color css
<style>
a { background-color: #DDC084; }
a { background-color: rgb(221,192,132); }
div.DivClassName
{
background-color: #DDC084;
}
.BgClassName
{
background-color: #DDC084;
}
</style>
border-color css
<style>
span { border-color: #DDC084; }
span { border-color: rgb(221,192,132); }
td.TdClassName
{
border-color: #DDC084;
}
.TagClassName
{
border-color: #DDC084;
}
</style>