Shades of Manhattan #DEAC76
Tints of Manhattan #DEAC76
RGB
CMYK
RGB Variations
Color information
#DEAC76 (or 0xDEAC76) is known color: Manhattan. HEX triplet: DE, AC and 76. RGB value is (222,172,118). Sum of RGB (Red+Green+Blue) = 222+172+118=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC76 is #215389. Grayscale: #B5B5B5. Windows color (decimal): -2184074 or 7777502. OLE color: 7777502.
HSL color Cylindrical-coordinate representation of color #DEAC76: hue angle of 31.15º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEAC76 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 118 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.13 |
| HSL | 31.15º | 0.61% | 0.67% | - |
| HSV(B) | 31.15º | 0.47% | 0.87% | - |
| XYZ | 48.15 | 46.34 | 23.55 | - |
| YUV | 180.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 118 | 0 | 0.23 | 0.47 | 0.13 | 31.15 | 0.61 | 0.67 |
| Hex | DE | AC | 76 | 0 | 17 | 2F | D | 1F | 3D | 43 |
| Octal | 336 | 254 | 166 | 0 | 27 | 57 | 15 | 37 | 75 | 103 |
| Binary | 11011110 | 10101100 | 1110110 | 0 | 10111 | 101111 | 1101 | 11111 | 111101 | 1000011 |
Color Harmonies of #DEAC76
Complementary color
Monochromatic Colors of #DEAC76
Black with #DEAC76
Text Example
Text Example
White with #DEAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC76; }
p { color: rgb(222,172,118); }
H1.HeaderClassName
{
color: #DEAC76;
}
.AnyTagClassName
{
color: #DEAC76;
}
</style>
background-color css
<style>
a { background-color: #DEAC76; }
a { background-color: rgb(222,172,118); }
div.DivClassName
{
background-color: #DEAC76;
}
.BgClassName
{
background-color: #DEAC76;
}
</style>
border-color css
<style>
span { border-color: #DEAC76; }
span { border-color: rgb(222,172,118); }
td.TdClassName
{
border-color: #DEAC76;
}
.TagClassName
{
border-color: #DEAC76;
}
</style>