Shades of Zombie #DDC18A
Tints of Zombie #DDC18A
RGB
CMYK
RGB Variations
Color information
#DDC18A (or 0xDDC18A) is known color: Zombie. HEX triplet: DD, C1 and 8A. RGB value is (221,193,138). Sum of RGB (Red+Green+Blue) = 221+193+138=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC18A is #223E75. Grayscale: #C3C3C3. Windows color (decimal): -2244214 or 9093597. OLE color: 9093597.
HSL color Cylindrical-coordinate representation of color #DDC18A: hue angle of 39.76º degrees, saturation: 0.55, 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 #DDC18A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 138 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.13 |
| HSL | 39.76º | 0.55% | 0.7% | - |
| HSV(B) | 39.76º | 0.38% | 0.87% | - |
| XYZ | 53.48 | 55.35 | 31.91 | - |
| YUV | 195.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 138 | 0 | 0.13 | 0.38 | 0.13 | 39.76 | 0.55 | 0.7 |
| Hex | DD | C1 | 8A | 0 | D | 26 | D | 28 | 37 | 46 |
| Octal | 335 | 301 | 212 | 0 | 15 | 46 | 15 | 50 | 67 | 106 |
| Binary | 11011101 | 11000001 | 10001010 | 0 | 1101 | 100110 | 1101 | 101000 | 110111 | 1000110 |
Color Harmonies of #DDC18A
Complementary color
Monochromatic Colors of #DDC18A
Black with #DDC18A
Text Example
Text Example
White with #DDC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC18A; }
p { color: rgb(221,193,138); }
H1.HeaderClassName
{
color: #DDC18A;
}
.AnyTagClassName
{
color: #DDC18A;
}
</style>
background-color css
<style>
a { background-color: #DDC18A; }
a { background-color: rgb(221,193,138); }
div.DivClassName
{
background-color: #DDC18A;
}
.BgClassName
{
background-color: #DDC18A;
}
</style>
border-color css
<style>
span { border-color: #DDC18A; }
span { border-color: rgb(221,193,138); }
td.TdClassName
{
border-color: #DDC18A;
}
.TagClassName
{
border-color: #DDC18A;
}
</style>