Shades of Zombie #DDC183
Tints of Zombie #DDC183
RGB
CMYK
RGB Variations
Color information
#DDC183 (or 0xDDC183) is known color: Zombie. HEX triplet: DD, C1 and 83. RGB value is (221,193,131). Sum of RGB (Red+Green+Blue) = 221+193+131=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC183 is #223E7C. Grayscale: #C2C2C2. Windows color (decimal): -2244221 or 8634845. OLE color: 8634845.
HSL color Cylindrical-coordinate representation of color #DDC183: hue angle of 41.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDC183 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 131 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.13 |
| HSL | 41.33º | 0.57% | 0.69% | - |
| HSV(B) | 41.33º | 0.41% | 0.87% | - |
| XYZ | 52.99 | 55.15 | 29.33 | - |
| YUV | 194.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 131 | 0 | 0.13 | 0.41 | 0.13 | 41.33 | 0.57 | 0.69 |
| Hex | DD | C1 | 83 | 0 | D | 29 | D | 29 | 39 | 45 |
| Octal | 335 | 301 | 203 | 0 | 15 | 51 | 15 | 51 | 71 | 105 |
| Binary | 11011101 | 11000001 | 10000011 | 0 | 1101 | 101001 | 1101 | 101001 | 111001 | 1000101 |
Color Harmonies of #DDC183
Complementary color
Monochromatic Colors of #DDC183
Black with #DDC183
Text Example
Text Example
White with #DDC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC183; }
p { color: rgb(221,193,131); }
H1.HeaderClassName
{
color: #DDC183;
}
.AnyTagClassName
{
color: #DDC183;
}
</style>
background-color css
<style>
a { background-color: #DDC183; }
a { background-color: rgb(221,193,131); }
div.DivClassName
{
background-color: #DDC183;
}
.BgClassName
{
background-color: #DDC183;
}
</style>
border-color css
<style>
span { border-color: #DDC183; }
span { border-color: rgb(221,193,131); }
td.TdClassName
{
border-color: #DDC183;
}
.TagClassName
{
border-color: #DDC183;
}
</style>