Shades of Zombie #DDC38A
Tints of Zombie #DDC38A
RGB
CMYK
RGB Variations
Color information
#DDC38A (or 0xDDC38A) is known color: Zombie. HEX triplet: DD, C3 and 8A. RGB value is (221,195,138). Sum of RGB (Red+Green+Blue) = 221+195+138=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC38A is #223C75. Grayscale: #C4C4C4. Windows color (decimal): -2243702 or 9094109. OLE color: 9094109.
HSL color Cylindrical-coordinate representation of color #DDC38A: hue angle of 41.2º 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 #DDC38A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 138 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.13 |
| HSL | 41.2º | 0.55% | 0.7% | - |
| HSV(B) | 41.2º | 0.38% | 0.87% | - |
| XYZ | 53.92 | 56.24 | 32.06 | - |
| YUV | 196.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 138 | 0 | 0.12 | 0.38 | 0.13 | 41.2 | 0.55 | 0.7 |
| Hex | DD | C3 | 8A | 0 | C | 26 | D | 29 | 37 | 46 |
| Octal | 335 | 303 | 212 | 0 | 14 | 46 | 15 | 51 | 67 | 106 |
| Binary | 11011101 | 11000011 | 10001010 | 0 | 1100 | 100110 | 1101 | 101001 | 110111 | 1000110 |
Color Harmonies of #DDC38A
Complementary color
Monochromatic Colors of #DDC38A
Black with #DDC38A
Text Example
Text Example
White with #DDC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC38A; }
p { color: rgb(221,195,138); }
H1.HeaderClassName
{
color: #DDC38A;
}
.AnyTagClassName
{
color: #DDC38A;
}
</style>
background-color css
<style>
a { background-color: #DDC38A; }
a { background-color: rgb(221,195,138); }
div.DivClassName
{
background-color: #DDC38A;
}
.BgClassName
{
background-color: #DDC38A;
}
</style>
border-color css
<style>
span { border-color: #DDC38A; }
span { border-color: rgb(221,195,138); }
td.TdClassName
{
border-color: #DDC38A;
}
.TagClassName
{
border-color: #DDC38A;
}
</style>