Shades of Zombie #DDC484
Tints of Zombie #DDC484
RGB
CMYK
RGB Variations
Color information
#DDC484 (or 0xDDC484) is known color: Zombie. HEX triplet: DD, C4 and 84. RGB value is (221,196,132). Sum of RGB (Red+Green+Blue) = 221+196+132=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC484 is #223B7B. Grayscale: #C4C4C4. Windows color (decimal): -2243452 or 8701149. OLE color: 8701149.
HSL color Cylindrical-coordinate representation of color #DDC484: hue angle of 43.15º 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 #DDC484 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 132 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.13 |
| HSL | 43.15º | 0.57% | 0.69% | - |
| HSV(B) | 43.15º | 0.4% | 0.87% | - |
| XYZ | 53.72 | 56.52 | 29.91 | - |
| YUV | 196.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 132 | 0 | 0.11 | 0.40 | 0.13 | 43.15 | 0.57 | 0.69 |
| Hex | DD | C4 | 84 | 0 | B | 28 | D | 2B | 39 | 45 |
| Octal | 335 | 304 | 204 | 0 | 13 | 50 | 15 | 53 | 71 | 105 |
| Binary | 11011101 | 11000100 | 10000100 | 0 | 1011 | 101000 | 1101 | 101011 | 111001 | 1000101 |
Color Harmonies of #DDC484
Complementary color
Monochromatic Colors of #DDC484
Black with #DDC484
Text Example
Text Example
White with #DDC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC484; }
p { color: rgb(221,196,132); }
H1.HeaderClassName
{
color: #DDC484;
}
.AnyTagClassName
{
color: #DDC484;
}
</style>
background-color css
<style>
a { background-color: #DDC484; }
a { background-color: rgb(221,196,132); }
div.DivClassName
{
background-color: #DDC484;
}
.BgClassName
{
background-color: #DDC484;
}
</style>
border-color css
<style>
span { border-color: #DDC484; }
span { border-color: rgb(221,196,132); }
td.TdClassName
{
border-color: #DDC484;
}
.TagClassName
{
border-color: #DDC484;
}
</style>