Shades of Manhattan #DEAC84
Tints of Manhattan #DEAC84
RGB
CMYK
RGB Variations
Color information
#DEAC84 (or 0xDEAC84) is known color: Manhattan. HEX triplet: DE, AC and 84. RGB value is (222,172,132). Sum of RGB (Red+Green+Blue) = 222+172+132=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC84 is #21537B. Grayscale: #B6B6B6. Windows color (decimal): -2184060 or 8695006. OLE color: 8695006.
HSL color Cylindrical-coordinate representation of color #DEAC84: hue angle of 26.67º degrees, saturation: 0.58, 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 #DEAC84 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 132 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.13 |
| HSL | 26.67º | 0.58% | 0.69% | - |
| HSV(B) | 26.67º | 0.41% | 0.87% | - |
| XYZ | 49.04 | 46.7 | 28.26 | - |
| YUV | 182.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 132 | 0 | 0.23 | 0.41 | 0.13 | 26.67 | 0.58 | 0.69 |
| Hex | DE | AC | 84 | 0 | 17 | 29 | D | 1B | 3A | 45 |
| Octal | 336 | 254 | 204 | 0 | 27 | 51 | 15 | 33 | 72 | 105 |
| Binary | 11011110 | 10101100 | 10000100 | 0 | 10111 | 101001 | 1101 | 11011 | 111010 | 1000101 |
Color Harmonies of #DEAC84
Complementary color
Monochromatic Colors of #DEAC84
Black with #DEAC84
Text Example
Text Example
White with #DEAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC84; }
p { color: rgb(222,172,132); }
H1.HeaderClassName
{
color: #DEAC84;
}
.AnyTagClassName
{
color: #DEAC84;
}
</style>
background-color css
<style>
a { background-color: #DEAC84; }
a { background-color: rgb(222,172,132); }
div.DivClassName
{
background-color: #DEAC84;
}
.BgClassName
{
background-color: #DEAC84;
}
</style>
border-color css
<style>
span { border-color: #DEAC84; }
span { border-color: rgb(222,172,132); }
td.TdClassName
{
border-color: #DEAC84;
}
.TagClassName
{
border-color: #DEAC84;
}
</style>