Shades of Zombie #DDC185
Tints of Zombie #DDC185
RGB
CMYK
RGB Variations
Color information
#DDC185 (or 0xDDC185) is known color: Zombie. HEX triplet: DD, C1 and 85. RGB value is (221,193,133). Sum of RGB (Red+Green+Blue) = 221+193+133=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC185 is #223E7A. Grayscale: #C2C2C2. Windows color (decimal): -2244219 or 8765917. OLE color: 8765917.
HSL color Cylindrical-coordinate representation of color #DDC185: hue angle of 40.91º degrees, saturation: 0.56, 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 #DDC185 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 133 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 40.91º | 0.56% | 0.69% | - |
| HSV(B) | 40.91º | 0.4% | 0.87% | - |
| XYZ | 53.12 | 55.21 | 30.05 | - |
| YUV | 194.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 133 | 0 | 0.13 | 0.40 | 0.13 | 40.91 | 0.56 | 0.69 |
| Hex | DD | C1 | 85 | 0 | D | 28 | D | 29 | 38 | 45 |
| Octal | 335 | 301 | 205 | 0 | 15 | 50 | 15 | 51 | 70 | 105 |
| Binary | 11011101 | 11000001 | 10000101 | 0 | 1101 | 101000 | 1101 | 101001 | 111000 | 1000101 |
Color Harmonies of #DDC185
Complementary color
Monochromatic Colors of #DDC185
Black with #DDC185
Text Example
Text Example
White with #DDC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC185; }
p { color: rgb(221,193,133); }
H1.HeaderClassName
{
color: #DDC185;
}
.AnyTagClassName
{
color: #DDC185;
}
</style>
background-color css
<style>
a { background-color: #DDC185; }
a { background-color: rgb(221,193,133); }
div.DivClassName
{
background-color: #DDC185;
}
.BgClassName
{
background-color: #DDC185;
}
</style>
border-color css
<style>
span { border-color: #DDC185; }
span { border-color: rgb(221,193,133); }
td.TdClassName
{
border-color: #DDC185;
}
.TagClassName
{
border-color: #DDC185;
}
</style>