Shades of Zombie #DDC384
Tints of Zombie #DDC384
RGB
CMYK
RGB Variations
Color information
#DDC384 (or 0xDDC384) is known color: Zombie. HEX triplet: DD, C3 and 84. RGB value is (221,195,132). Sum of RGB (Red+Green+Blue) = 221+195+132=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC384 is #223C7B. Grayscale: #C3C3C3. Windows color (decimal): -2243708 or 8700893. OLE color: 8700893.
HSL color Cylindrical-coordinate representation of color #DDC384: hue angle of 42.47º 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 #DDC384 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 132 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.13 |
| HSL | 42.47º | 0.57% | 0.69% | - |
| HSV(B) | 42.47º | 0.4% | 0.87% | - |
| XYZ | 53.5 | 56.07 | 29.83 | - |
| YUV | 195.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 132 | 0 | 0.12 | 0.40 | 0.13 | 42.47 | 0.57 | 0.69 |
| Hex | DD | C3 | 84 | 0 | C | 28 | D | 2A | 39 | 45 |
| Octal | 335 | 303 | 204 | 0 | 14 | 50 | 15 | 52 | 71 | 105 |
| Binary | 11011101 | 11000011 | 10000100 | 0 | 1100 | 101000 | 1101 | 101010 | 111001 | 1000101 |
Color Harmonies of #DDC384
Complementary color
Monochromatic Colors of #DDC384
Black with #DDC384
Text Example
Text Example
White with #DDC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC384; }
p { color: rgb(221,195,132); }
H1.HeaderClassName
{
color: #DDC384;
}
.AnyTagClassName
{
color: #DDC384;
}
</style>
background-color css
<style>
a { background-color: #DDC384; }
a { background-color: rgb(221,195,132); }
div.DivClassName
{
background-color: #DDC384;
}
.BgClassName
{
background-color: #DDC384;
}
</style>
border-color css
<style>
span { border-color: #DDC384; }
span { border-color: rgb(221,195,132); }
td.TdClassName
{
border-color: #DDC384;
}
.TagClassName
{
border-color: #DDC384;
}
</style>