Shades of Manhattan #DEAA6F
Tints of Manhattan #DEAA6F
RGB
CMYK
RGB Variations
Color information
#DEAA6F (or 0xDEAA6F) is known color: Manhattan. HEX triplet: DE, AA and 6F. RGB value is (222,170,111). Sum of RGB (Red+Green+Blue) = 222+170+111=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA6F is #215590. Grayscale: #B3B3B3. Windows color (decimal): -2184593 or 7318238. OLE color: 7318238.
HSL color Cylindrical-coordinate representation of color #DEAA6F: hue angle of 31.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEAA6F is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 111 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.13 |
| HSL | 31.89º | 0.63% | 0.65% | - |
| HSV(B) | 31.89º | 0.5% | 0.87% | - |
| XYZ | 47.37 | 45.43 | 21.31 | - |
| YUV | 178.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 111 | 0 | 0.23 | 0.5 | 0.13 | 31.89 | 0.63 | 0.65 |
| Hex | DE | AA | 6F | 0 | 17 | 32 | D | 20 | 3F | 41 |
| Octal | 336 | 252 | 157 | 0 | 27 | 62 | 15 | 40 | 77 | 101 |
| Binary | 11011110 | 10101010 | 1101111 | 0 | 10111 | 110010 | 1101 | 100000 | 111111 | 1000001 |
Color Harmonies of #DEAA6F
Complementary color
Monochromatic Colors of #DEAA6F
Black with #DEAA6F
Text Example
Text Example
White with #DEAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA6F; }
p { color: rgb(222,170,111); }
H1.HeaderClassName
{
color: #DEAA6F;
}
.AnyTagClassName
{
color: #DEAA6F;
}
</style>
background-color css
<style>
a { background-color: #DEAA6F; }
a { background-color: rgb(222,170,111); }
div.DivClassName
{
background-color: #DEAA6F;
}
.BgClassName
{
background-color: #DEAA6F;
}
</style>
border-color css
<style>
span { border-color: #DEAA6F; }
span { border-color: rgb(222,170,111); }
td.TdClassName
{
border-color: #DEAA6F;
}
.TagClassName
{
border-color: #DEAA6F;
}
</style>