Shades of Zombie #DDC289
Tints of Zombie #DDC289
RGB
CMYK
RGB Variations
Color information
#DDC289 (or 0xDDC289) is known color: Zombie. HEX triplet: DD, C2 and 89. RGB value is (221,194,137). Sum of RGB (Red+Green+Blue) = 221+194+137=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC289 is #223D76. Grayscale: #C3C3C3. Windows color (decimal): -2243959 or 9028317. OLE color: 9028317.
HSL color Cylindrical-coordinate representation of color #DDC289: hue angle of 40.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDC289 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 137 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.13 |
| HSL | 40.71º | 0.55% | 0.7% | - |
| HSV(B) | 40.71º | 0.38% | 0.87% | - |
| XYZ | 53.63 | 55.76 | 31.6 | - |
| YUV | 195.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 137 | 0 | 0.12 | 0.38 | 0.13 | 40.71 | 0.55 | 0.7 |
| Hex | DD | C2 | 89 | 0 | C | 26 | D | 29 | 37 | 46 |
| Octal | 335 | 302 | 211 | 0 | 14 | 46 | 15 | 51 | 67 | 106 |
| Binary | 11011101 | 11000010 | 10001001 | 0 | 1100 | 100110 | 1101 | 101001 | 110111 | 1000110 |
Color Harmonies of #DDC289
Complementary color
Monochromatic Colors of #DDC289
Black with #DDC289
Text Example
Text Example
White with #DDC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC289; }
p { color: rgb(221,194,137); }
H1.HeaderClassName
{
color: #DDC289;
}
.AnyTagClassName
{
color: #DDC289;
}
</style>
background-color css
<style>
a { background-color: #DDC289; }
a { background-color: rgb(221,194,137); }
div.DivClassName
{
background-color: #DDC289;
}
.BgClassName
{
background-color: #DDC289;
}
</style>
border-color css
<style>
span { border-color: #DDC289; }
span { border-color: rgb(221,194,137); }
td.TdClassName
{
border-color: #DDC289;
}
.TagClassName
{
border-color: #DDC289;
}
</style>