Shades of Zombie #DDC28D
Tints of Zombie #DDC28D
RGB
CMYK
RGB Variations
Color information
#DDC28D (or 0xDDC28D) is known color: Zombie. HEX triplet: DD, C2 and 8D. RGB value is (221,194,141). Sum of RGB (Red+Green+Blue) = 221+194+141=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC28D is #223D72. Grayscale: #C4C4C4. Windows color (decimal): -2243955 or 9290461. OLE color: 9290461.
HSL color Cylindrical-coordinate representation of color #DDC28D: hue angle of 39.75º 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 #DDC28D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 141 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.13 |
| HSL | 39.75º | 0.54% | 0.71% | - |
| HSV(B) | 39.75º | 0.36% | 0.87% | - |
| XYZ | 53.92 | 55.88 | 33.14 | - |
| YUV | 196.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 141 | 0 | 0.12 | 0.36 | 0.13 | 39.75 | 0.54 | 0.71 |
| Hex | DD | C2 | 8D | 0 | C | 24 | D | 28 | 36 | 47 |
| Octal | 335 | 302 | 215 | 0 | 14 | 44 | 15 | 50 | 66 | 107 |
| Binary | 11011101 | 11000010 | 10001101 | 0 | 1100 | 100100 | 1101 | 101000 | 110110 | 1000111 |
Color Harmonies of #DDC28D
Complementary color
Monochromatic Colors of #DDC28D
Black with #DDC28D
Text Example
Text Example
White with #DDC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC28D; }
p { color: rgb(221,194,141); }
H1.HeaderClassName
{
color: #DDC28D;
}
.AnyTagClassName
{
color: #DDC28D;
}
</style>
background-color css
<style>
a { background-color: #DDC28D; }
a { background-color: rgb(221,194,141); }
div.DivClassName
{
background-color: #DDC28D;
}
.BgClassName
{
background-color: #DDC28D;
}
</style>
border-color css
<style>
span { border-color: #DDC28D; }
span { border-color: rgb(221,194,141); }
td.TdClassName
{
border-color: #DDC28D;
}
.TagClassName
{
border-color: #DDC28D;
}
</style>