Shades of Zombie #DDC588
Tints of Zombie #DDC588
RGB
CMYK
RGB Variations
Color information
#DDC588 (or 0xDDC588) is known color: Zombie. HEX triplet: DD, C5 and 88. RGB value is (221,197,136). Sum of RGB (Red+Green+Blue) = 221+197+136=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC588 is #223A77. Grayscale: #C5C5C5. Windows color (decimal): -2243192 or 8963549. OLE color: 8963549.
HSL color Cylindrical-coordinate representation of color #DDC588: hue angle of 43.06º degrees, saturation: 0.56, 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 #DDC588 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 136 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.13 |
| HSL | 43.06º | 0.56% | 0.7% | - |
| HSV(B) | 43.06º | 0.38% | 0.87% | - |
| XYZ | 54.23 | 57.08 | 31.45 | - |
| YUV | 197.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 136 | 0 | 0.11 | 0.38 | 0.13 | 43.06 | 0.56 | 0.7 |
| Hex | DD | C5 | 88 | 0 | B | 26 | D | 2B | 38 | 46 |
| Octal | 335 | 305 | 210 | 0 | 13 | 46 | 15 | 53 | 70 | 106 |
| Binary | 11011101 | 11000101 | 10001000 | 0 | 1011 | 100110 | 1101 | 101011 | 111000 | 1000110 |
Color Harmonies of #DDC588
Complementary color
Monochromatic Colors of #DDC588
Black with #DDC588
Text Example
Text Example
White with #DDC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC588; }
p { color: rgb(221,197,136); }
H1.HeaderClassName
{
color: #DDC588;
}
.AnyTagClassName
{
color: #DDC588;
}
</style>
background-color css
<style>
a { background-color: #DDC588; }
a { background-color: rgb(221,197,136); }
div.DivClassName
{
background-color: #DDC588;
}
.BgClassName
{
background-color: #DDC588;
}
</style>
border-color css
<style>
span { border-color: #DDC588; }
span { border-color: rgb(221,197,136); }
td.TdClassName
{
border-color: #DDC588;
}
.TagClassName
{
border-color: #DDC588;
}
</style>