Shades of Zombie #DDC88C
Tints of Zombie #DDC88C
RGB
CMYK
RGB Variations
Color information
#DDC88C (or 0xDDC88C) is known color: Zombie. HEX triplet: DD, C8 and 8C. RGB value is (221,200,140). Sum of RGB (Red+Green+Blue) = 221+200+140=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC88C is #223773. Grayscale: #C7C7C7. Windows color (decimal): -2242420 or 9226461. OLE color: 9226461.
HSL color Cylindrical-coordinate representation of color #DDC88C: hue angle of 44.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDC88C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 140 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.13 |
| HSL | 44.44º | 0.54% | 0.71% | - |
| HSV(B) | 44.44º | 0.37% | 0.87% | - |
| XYZ | 55.21 | 58.57 | 33.21 | - |
| YUV | 199.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 140 | 0 | 0.10 | 0.37 | 0.13 | 44.44 | 0.54 | 0.71 |
| Hex | DD | C8 | 8C | 0 | A | 25 | D | 2C | 36 | 47 |
| Octal | 335 | 310 | 214 | 0 | 12 | 45 | 15 | 54 | 66 | 107 |
| Binary | 11011101 | 11001000 | 10001100 | 0 | 1010 | 100101 | 1101 | 101100 | 110110 | 1000111 |
Color Harmonies of #DDC88C
Complementary color
Monochromatic Colors of #DDC88C
Black with #DDC88C
Text Example
Text Example
White with #DDC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC88C; }
p { color: rgb(221,200,140); }
H1.HeaderClassName
{
color: #DDC88C;
}
.AnyTagClassName
{
color: #DDC88C;
}
</style>
background-color css
<style>
a { background-color: #DDC88C; }
a { background-color: rgb(221,200,140); }
div.DivClassName
{
background-color: #DDC88C;
}
.BgClassName
{
background-color: #DDC88C;
}
</style>
border-color css
<style>
span { border-color: #DDC88C; }
span { border-color: rgb(221,200,140); }
td.TdClassName
{
border-color: #DDC88C;
}
.TagClassName
{
border-color: #DDC88C;
}
</style>