Shades of Manhattan #DEAB7B
Tints of Manhattan #DEAB7B
RGB
CMYK
RGB Variations
Color information
#DEAB7B (or 0xDEAB7B) is known color: Manhattan. HEX triplet: DE, AB and 7B. RGB value is (222,171,123). Sum of RGB (Red+Green+Blue) = 222+171+123=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB7B is #215484. Grayscale: #B5B5B5. Windows color (decimal): -2184325 or 8104926. OLE color: 8104926.
HSL color Cylindrical-coordinate representation of color #DEAB7B: hue angle of 29.09º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEAB7B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 123 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.13 |
| HSL | 29.09º | 0.6% | 0.68% | - |
| HSV(B) | 29.09º | 0.45% | 0.87% | - |
| XYZ | 48.26 | 46.09 | 25.09 | - |
| YUV | 180.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 123 | 0 | 0.23 | 0.45 | 0.13 | 29.09 | 0.6 | 0.68 |
| Hex | DE | AB | 7B | 0 | 17 | 2D | D | 1D | 3C | 44 |
| Octal | 336 | 253 | 173 | 0 | 27 | 55 | 15 | 35 | 74 | 104 |
| Binary | 11011110 | 10101011 | 1111011 | 0 | 10111 | 101101 | 1101 | 11101 | 111100 | 1000100 |
Color Harmonies of #DEAB7B
Complementary color
Monochromatic Colors of #DEAB7B
Black with #DEAB7B
Text Example
Text Example
White with #DEAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB7B; }
p { color: rgb(222,171,123); }
H1.HeaderClassName
{
color: #DEAB7B;
}
.AnyTagClassName
{
color: #DEAB7B;
}
</style>
background-color css
<style>
a { background-color: #DEAB7B; }
a { background-color: rgb(222,171,123); }
div.DivClassName
{
background-color: #DEAB7B;
}
.BgClassName
{
background-color: #DEAB7B;
}
</style>
border-color css
<style>
span { border-color: #DEAB7B; }
span { border-color: rgb(222,171,123); }
td.TdClassName
{
border-color: #DEAB7B;
}
.TagClassName
{
border-color: #DEAB7B;
}
</style>