Shades of Manhattan #DEAB71
Tints of Manhattan #DEAB71
RGB
CMYK
RGB Variations
Color information
#DEAB71 (or 0xDEAB71) is known color: Manhattan. HEX triplet: DE, AB and 71. RGB value is (222,171,113). Sum of RGB (Red+Green+Blue) = 222+171+113=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB71 is #21548E. Grayscale: #B3B3B3. Windows color (decimal): -2184335 or 7449566. OLE color: 7449566.
HSL color Cylindrical-coordinate representation of color #DEAB71: hue angle of 31.93º 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 #DEAB71 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 113 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.13 |
| HSL | 31.93º | 0.62% | 0.66% | - |
| HSV(B) | 31.93º | 0.49% | 0.87% | - |
| XYZ | 47.67 | 45.85 | 21.96 | - |
| YUV | 179.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 113 | 0 | 0.23 | 0.49 | 0.13 | 31.93 | 0.62 | 0.66 |
| Hex | DE | AB | 71 | 0 | 17 | 31 | D | 20 | 3E | 42 |
| Octal | 336 | 253 | 161 | 0 | 27 | 61 | 15 | 40 | 76 | 102 |
| Binary | 11011110 | 10101011 | 1110001 | 0 | 10111 | 110001 | 1101 | 100000 | 111110 | 1000010 |
Color Harmonies of #DEAB71
Complementary color
Monochromatic Colors of #DEAB71
Black with #DEAB71
Text Example
Text Example
White with #DEAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB71; }
p { color: rgb(222,171,113); }
H1.HeaderClassName
{
color: #DEAB71;
}
.AnyTagClassName
{
color: #DEAB71;
}
</style>
background-color css
<style>
a { background-color: #DEAB71; }
a { background-color: rgb(222,171,113); }
div.DivClassName
{
background-color: #DEAB71;
}
.BgClassName
{
background-color: #DEAB71;
}
</style>
border-color css
<style>
span { border-color: #DEAB71; }
span { border-color: rgb(222,171,113); }
td.TdClassName
{
border-color: #DEAB71;
}
.TagClassName
{
border-color: #DEAB71;
}
</style>