Shades of Zombie #DDC186
Tints of Zombie #DDC186
RGB
CMYK
RGB Variations
Color information
#DDC186 (or 0xDDC186) is known color: Zombie. HEX triplet: DD, C1 and 86. RGB value is (221,193,134). Sum of RGB (Red+Green+Blue) = 221+193+134=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC186 is #223E79. Grayscale: #C2C2C2. Windows color (decimal): -2244218 or 8831453. OLE color: 8831453.
HSL color Cylindrical-coordinate representation of color #DDC186: hue angle of 40.69º 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 #DDC186 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 134 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.13 |
| HSL | 40.69º | 0.56% | 0.7% | - |
| HSV(B) | 40.69º | 0.39% | 0.87% | - |
| XYZ | 53.19 | 55.23 | 30.41 | - |
| YUV | 194.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 134 | 0 | 0.13 | 0.39 | 0.13 | 40.69 | 0.56 | 0.7 |
| Hex | DD | C1 | 86 | 0 | D | 27 | D | 29 | 38 | 46 |
| Octal | 335 | 301 | 206 | 0 | 15 | 47 | 15 | 51 | 70 | 106 |
| Binary | 11011101 | 11000001 | 10000110 | 0 | 1101 | 100111 | 1101 | 101001 | 111000 | 1000110 |
Color Harmonies of #DDC186
Complementary color
Monochromatic Colors of #DDC186
Black with #DDC186
Text Example
Text Example
White with #DDC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC186; }
p { color: rgb(221,193,134); }
H1.HeaderClassName
{
color: #DDC186;
}
.AnyTagClassName
{
color: #DDC186;
}
</style>
background-color css
<style>
a { background-color: #DDC186; }
a { background-color: rgb(221,193,134); }
div.DivClassName
{
background-color: #DDC186;
}
.BgClassName
{
background-color: #DDC186;
}
</style>
border-color css
<style>
span { border-color: #DDC186; }
span { border-color: rgb(221,193,134); }
td.TdClassName
{
border-color: #DDC186;
}
.TagClassName
{
border-color: #DDC186;
}
</style>