Shades of Manhattan #DEAC71
Tints of Manhattan #DEAC71
RGB
CMYK
RGB Variations
Color information
#DEAC71 (or 0xDEAC71) is known color: Manhattan. HEX triplet: DE, AC and 71. RGB value is (222,172,113). Sum of RGB (Red+Green+Blue) = 222+172+113=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC71 is #21538E. Grayscale: #B4B4B4. Windows color (decimal): -2184079 or 7449822. OLE color: 7449822.
HSL color Cylindrical-coordinate representation of color #DEAC71: hue angle of 32.48º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEAC71 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 113 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.13 |
| HSL | 32.48º | 0.62% | 0.66% | - |
| HSV(B) | 32.48º | 0.49% | 0.87% | - |
| XYZ | 47.86 | 46.23 | 22.02 | - |
| YUV | 180.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 113 | 0 | 0.23 | 0.49 | 0.13 | 32.48 | 0.62 | 0.66 |
| Hex | DE | AC | 71 | 0 | 17 | 31 | D | 20 | 3E | 42 |
| Octal | 336 | 254 | 161 | 0 | 27 | 61 | 15 | 40 | 76 | 102 |
| Binary | 11011110 | 10101100 | 1110001 | 0 | 10111 | 110001 | 1101 | 100000 | 111110 | 1000010 |
Color Harmonies of #DEAC71
Complementary color
Monochromatic Colors of #DEAC71
Black with #DEAC71
Text Example
Text Example
White with #DEAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC71; }
p { color: rgb(222,172,113); }
H1.HeaderClassName
{
color: #DEAC71;
}
.AnyTagClassName
{
color: #DEAC71;
}
</style>
background-color css
<style>
a { background-color: #DEAC71; }
a { background-color: rgb(222,172,113); }
div.DivClassName
{
background-color: #DEAC71;
}
.BgClassName
{
background-color: #DEAC71;
}
</style>
border-color css
<style>
span { border-color: #DEAC71; }
span { border-color: rgb(222,172,113); }
td.TdClassName
{
border-color: #DEAC71;
}
.TagClassName
{
border-color: #DEAC71;
}
</style>