Shades of Manhattan #DEAC81
Tints of Manhattan #DEAC81
RGB
CMYK
RGB Variations
Color information
#DEAC81 (or 0xDEAC81) is known color: Manhattan. HEX triplet: DE, AC and 81. RGB value is (222,172,129). Sum of RGB (Red+Green+Blue) = 222+172+129=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC81 is #21537E. Grayscale: #B6B6B6. Windows color (decimal): -2184063 or 8498398. OLE color: 8498398.
HSL color Cylindrical-coordinate representation of color #DEAC81: hue angle of 27.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEAC81 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 129 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.13 |
| HSL | 27.74º | 0.58% | 0.69% | - |
| HSV(B) | 27.74º | 0.42% | 0.87% | - |
| XYZ | 48.84 | 46.62 | 27.19 | - |
| YUV | 182.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 129 | 0 | 0.23 | 0.42 | 0.13 | 27.74 | 0.58 | 0.69 |
| Hex | DE | AC | 81 | 0 | 17 | 2A | D | 1C | 3A | 45 |
| Octal | 336 | 254 | 201 | 0 | 27 | 52 | 15 | 34 | 72 | 105 |
| Binary | 11011110 | 10101100 | 10000001 | 0 | 10111 | 101010 | 1101 | 11100 | 111010 | 1000101 |
Color Harmonies of #DEAC81
Complementary color
Monochromatic Colors of #DEAC81
Black with #DEAC81
Text Example
Text Example
White with #DEAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC81; }
p { color: rgb(222,172,129); }
H1.HeaderClassName
{
color: #DEAC81;
}
.AnyTagClassName
{
color: #DEAC81;
}
</style>
background-color css
<style>
a { background-color: #DEAC81; }
a { background-color: rgb(222,172,129); }
div.DivClassName
{
background-color: #DEAC81;
}
.BgClassName
{
background-color: #DEAC81;
}
</style>
border-color css
<style>
span { border-color: #DEAC81; }
span { border-color: rgb(222,172,129); }
td.TdClassName
{
border-color: #DEAC81;
}
.TagClassName
{
border-color: #DEAC81;
}
</style>