Shades of Zombie #D5C28B
Tints of Zombie #D5C28B
RGB
CMYK
RGB Variations
Color information
#D5C28B (or 0xD5C28B) is known color: Zombie. HEX triplet: D5, C2 and 8B. RGB value is (213,194,139). Sum of RGB (Red+Green+Blue) = 213+194+139=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C28B is #2A3D74. Grayscale: #C1C1C1. Windows color (decimal): -2768245 or 9159381. OLE color: 9159381.
HSL color Cylindrical-coordinate representation of color #D5C28B: hue angle of 44.59º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5C28B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 139 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.16 |
| HSL | 44.59º | 0.47% | 0.69% | - |
| HSV(B) | 44.59º | 0.35% | 0.84% | - |
| XYZ | 51.39 | 54.59 | 32.26 | - |
| YUV | 193.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 139 | 0 | 0.09 | 0.35 | 0.16 | 44.59 | 0.47 | 0.69 |
| Hex | D5 | C2 | 8B | 0 | 9 | 23 | 10 | 2D | 2F | 45 |
| Octal | 325 | 302 | 213 | 0 | 11 | 43 | 20 | 55 | 57 | 105 |
| Binary | 11010101 | 11000010 | 10001011 | 0 | 1001 | 100011 | 10000 | 101101 | 101111 | 1000101 |
Color Harmonies of #D5C28B
Complementary color
Monochromatic Colors of #D5C28B
Black with #D5C28B
Text Example
Text Example
White with #D5C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C28B; }
p { color: rgb(213,194,139); }
H1.HeaderClassName
{
color: #D5C28B;
}
.AnyTagClassName
{
color: #D5C28B;
}
</style>
background-color css
<style>
a { background-color: #D5C28B; }
a { background-color: rgb(213,194,139); }
div.DivClassName
{
background-color: #D5C28B;
}
.BgClassName
{
background-color: #D5C28B;
}
</style>
border-color css
<style>
span { border-color: #D5C28B; }
span { border-color: rgb(213,194,139); }
td.TdClassName
{
border-color: #D5C28B;
}
.TagClassName
{
border-color: #D5C28B;
}
</style>