Shades of Manhattan #DEAC85
Tints of Manhattan #DEAC85
RGB
CMYK
RGB Variations
Color information
#DEAC85 (or 0xDEAC85) is known color: Manhattan. HEX triplet: DE, AC and 85. RGB value is (222,172,133). Sum of RGB (Red+Green+Blue) = 222+172+133=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC85 is #21537A. Grayscale: #B6B6B6. Windows color (decimal): -2184059 or 8760542. OLE color: 8760542.
HSL color Cylindrical-coordinate representation of color #DEAC85: hue angle of 26.29º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEAC85 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 133 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.13 |
| HSL | 26.29º | 0.57% | 0.7% | - |
| HSV(B) | 26.29º | 0.4% | 0.87% | - |
| XYZ | 49.11 | 46.73 | 28.62 | - |
| YUV | 182.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 133 | 0 | 0.23 | 0.40 | 0.13 | 26.29 | 0.57 | 0.7 |
| Hex | DE | AC | 85 | 0 | 17 | 28 | D | 1A | 39 | 46 |
| Octal | 336 | 254 | 205 | 0 | 27 | 50 | 15 | 32 | 71 | 106 |
| Binary | 11011110 | 10101100 | 10000101 | 0 | 10111 | 101000 | 1101 | 11010 | 111001 | 1000110 |
Color Harmonies of #DEAC85
Complementary color
Monochromatic Colors of #DEAC85
Black with #DEAC85
Text Example
Text Example
White with #DEAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC85; }
p { color: rgb(222,172,133); }
H1.HeaderClassName
{
color: #DEAC85;
}
.AnyTagClassName
{
color: #DEAC85;
}
</style>
background-color css
<style>
a { background-color: #DEAC85; }
a { background-color: rgb(222,172,133); }
div.DivClassName
{
background-color: #DEAC85;
}
.BgClassName
{
background-color: #DEAC85;
}
</style>
border-color css
<style>
span { border-color: #DEAC85; }
span { border-color: rgb(222,172,133); }
td.TdClassName
{
border-color: #DEAC85;
}
.TagClassName
{
border-color: #DEAC85;
}
</style>