Shades of Manhattan #DEAB7F
Tints of Manhattan #DEAB7F
RGB
CMYK
RGB Variations
Color information
#DEAB7F (or 0xDEAB7F) is known color: Manhattan. HEX triplet: DE, AB and 7F. RGB value is (222,171,127). Sum of RGB (Red+Green+Blue) = 222+171+127=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB7F is #215480. Grayscale: #B5B5B5. Windows color (decimal): -2184321 or 8367070. OLE color: 8367070.
HSL color Cylindrical-coordinate representation of color #DEAB7F: hue angle of 27.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEAB7F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 127 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.13 |
| HSL | 27.79º | 0.59% | 0.68% | - |
| HSV(B) | 27.79º | 0.43% | 0.87% | - |
| XYZ | 48.52 | 46.19 | 26.44 | - |
| YUV | 181.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 127 | 0 | 0.23 | 0.43 | 0.13 | 27.79 | 0.59 | 0.68 |
| Hex | DE | AB | 7F | 0 | 17 | 2B | D | 1C | 3B | 44 |
| Octal | 336 | 253 | 177 | 0 | 27 | 53 | 15 | 34 | 73 | 104 |
| Binary | 11011110 | 10101011 | 1111111 | 0 | 10111 | 101011 | 1101 | 11100 | 111011 | 1000100 |
Color Harmonies of #DEAB7F
Complementary color
Monochromatic Colors of #DEAB7F
Black with #DEAB7F
Text Example
Text Example
White with #DEAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB7F; }
p { color: rgb(222,171,127); }
H1.HeaderClassName
{
color: #DEAB7F;
}
.AnyTagClassName
{
color: #DEAB7F;
}
</style>
background-color css
<style>
a { background-color: #DEAB7F; }
a { background-color: rgb(222,171,127); }
div.DivClassName
{
background-color: #DEAB7F;
}
.BgClassName
{
background-color: #DEAB7F;
}
</style>
border-color css
<style>
span { border-color: #DEAB7F; }
span { border-color: rgb(222,171,127); }
td.TdClassName
{
border-color: #DEAB7F;
}
.TagClassName
{
border-color: #DEAB7F;
}
</style>