Shades of Manhattan #DEAB76
Tints of Manhattan #DEAB76
RGB
CMYK
RGB Variations
Color information
#DEAB76 (or 0xDEAB76) is known color: Manhattan. HEX triplet: DE, AB and 76. RGB value is (222,171,118). Sum of RGB (Red+Green+Blue) = 222+171+118=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB76 is #215489. Grayscale: #B4B4B4. Windows color (decimal): -2184330 or 7777246. OLE color: 7777246.
HSL color Cylindrical-coordinate representation of color #DEAB76: hue angle of 30.58º 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 #DEAB76 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 118 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.13 |
| HSL | 30.58º | 0.61% | 0.67% | - |
| HSV(B) | 30.58º | 0.47% | 0.87% | - |
| XYZ | 47.96 | 45.96 | 23.48 | - |
| YUV | 180.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 118 | 0 | 0.23 | 0.47 | 0.13 | 30.58 | 0.61 | 0.67 |
| Hex | DE | AB | 76 | 0 | 17 | 2F | D | 1F | 3D | 43 |
| Octal | 336 | 253 | 166 | 0 | 27 | 57 | 15 | 37 | 75 | 103 |
| Binary | 11011110 | 10101011 | 1110110 | 0 | 10111 | 101111 | 1101 | 11111 | 111101 | 1000011 |
Color Harmonies of #DEAB76
Complementary color
Monochromatic Colors of #DEAB76
Black with #DEAB76
Text Example
Text Example
White with #DEAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB76; }
p { color: rgb(222,171,118); }
H1.HeaderClassName
{
color: #DEAB76;
}
.AnyTagClassName
{
color: #DEAB76;
}
</style>
background-color css
<style>
a { background-color: #DEAB76; }
a { background-color: rgb(222,171,118); }
div.DivClassName
{
background-color: #DEAB76;
}
.BgClassName
{
background-color: #DEAB76;
}
</style>
border-color css
<style>
span { border-color: #DEAB76; }
span { border-color: rgb(222,171,118); }
td.TdClassName
{
border-color: #DEAB76;
}
.TagClassName
{
border-color: #DEAB76;
}
</style>