Shades of Manhattan #DEAA7E
Tints of Manhattan #DEAA7E
RGB
CMYK
RGB Variations
Color information
#DEAA7E (or 0xDEAA7E) is known color: Manhattan. HEX triplet: DE, AA and 7E. RGB value is (222,170,126). Sum of RGB (Red+Green+Blue) = 222+170+126=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA7E is #215581. Grayscale: #B4B4B4. Windows color (decimal): -2184578 or 8301278. OLE color: 8301278.
HSL color Cylindrical-coordinate representation of color #DEAA7E: hue angle of 27.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEAA7E is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 126 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.13 |
| HSL | 27.5º | 0.59% | 0.68% | - |
| HSV(B) | 27.5º | 0.43% | 0.87% | - |
| XYZ | 48.26 | 45.79 | 26.03 | - |
| YUV | 180.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 126 | 0 | 0.23 | 0.43 | 0.13 | 27.5 | 0.59 | 0.68 |
| Hex | DE | AA | 7E | 0 | 17 | 2B | D | 1C | 3B | 44 |
| Octal | 336 | 252 | 176 | 0 | 27 | 53 | 15 | 34 | 73 | 104 |
| Binary | 11011110 | 10101010 | 1111110 | 0 | 10111 | 101011 | 1101 | 11100 | 111011 | 1000100 |
Color Harmonies of #DEAA7E
Complementary color
Monochromatic Colors of #DEAA7E
Black with #DEAA7E
Text Example
Text Example
White with #DEAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA7E; }
p { color: rgb(222,170,126); }
H1.HeaderClassName
{
color: #DEAA7E;
}
.AnyTagClassName
{
color: #DEAA7E;
}
</style>
background-color css
<style>
a { background-color: #DEAA7E; }
a { background-color: rgb(222,170,126); }
div.DivClassName
{
background-color: #DEAA7E;
}
.BgClassName
{
background-color: #DEAA7E;
}
</style>
border-color css
<style>
span { border-color: #DEAA7E; }
span { border-color: rgb(222,170,126); }
td.TdClassName
{
border-color: #DEAA7E;
}
.TagClassName
{
border-color: #DEAA7E;
}
</style>