Shades of Zombie #DDC88E
Tints of Zombie #DDC88E
RGB
CMYK
RGB Variations
Color information
#DDC88E (or 0xDDC88E) is known color: Zombie. HEX triplet: DD, C8 and 8E. RGB value is (221,200,142). Sum of RGB (Red+Green+Blue) = 221+200+142=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC88E is #223771. Grayscale: #C7C7C7. Windows color (decimal): -2242418 or 9357533. OLE color: 9357533.
HSL color Cylindrical-coordinate representation of color #DDC88E: hue angle of 44.05º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDC88E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 142 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.13 |
| HSL | 44.05º | 0.54% | 0.71% | - |
| HSV(B) | 44.05º | 0.36% | 0.87% | - |
| XYZ | 55.36 | 58.63 | 33.99 | - |
| YUV | 199.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 142 | 0 | 0.10 | 0.36 | 0.13 | 44.05 | 0.54 | 0.71 |
| Hex | DD | C8 | 8E | 0 | A | 24 | D | 2C | 36 | 47 |
| Octal | 335 | 310 | 216 | 0 | 12 | 44 | 15 | 54 | 66 | 107 |
| Binary | 11011101 | 11001000 | 10001110 | 0 | 1010 | 100100 | 1101 | 101100 | 110110 | 1000111 |
Color Harmonies of #DDC88E
Complementary color
Monochromatic Colors of #DDC88E
Black with #DDC88E
Text Example
Text Example
White with #DDC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC88E; }
p { color: rgb(221,200,142); }
H1.HeaderClassName
{
color: #DDC88E;
}
.AnyTagClassName
{
color: #DDC88E;
}
</style>
background-color css
<style>
a { background-color: #DDC88E; }
a { background-color: rgb(221,200,142); }
div.DivClassName
{
background-color: #DDC88E;
}
.BgClassName
{
background-color: #DDC88E;
}
</style>
border-color css
<style>
span { border-color: #DDC88E; }
span { border-color: rgb(221,200,142); }
td.TdClassName
{
border-color: #DDC88E;
}
.TagClassName
{
border-color: #DDC88E;
}
</style>