Shades of Manhattan #DBAA7A
Tints of Manhattan #DBAA7A
RGB
CMYK
RGB Variations
Color information
#DBAA7A (or 0xDBAA7A) is known color: Manhattan. HEX triplet: DB, AA and 7A. RGB value is (219,170,122). Sum of RGB (Red+Green+Blue) = 219+170+122=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA7A is #245585. Grayscale: #B3B3B3. Windows color (decimal): -2381190 or 8039131. OLE color: 8039131.
HSL color Cylindrical-coordinate representation of color #DBAA7A: hue angle of 29.69º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBAA7A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 122 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.14 |
| HSL | 29.69º | 0.57% | 0.67% | - |
| HSV(B) | 29.69º | 0.44% | 0.86% | - |
| XYZ | 47.1 | 45.21 | 24.66 | - |
| YUV | 179.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 122 | 0 | 0.22 | 0.44 | 0.14 | 29.69 | 0.57 | 0.67 |
| Hex | DB | AA | 7A | 0 | 16 | 2C | E | 1E | 39 | 43 |
| Octal | 333 | 252 | 172 | 0 | 26 | 54 | 16 | 36 | 71 | 103 |
| Binary | 11011011 | 10101010 | 1111010 | 0 | 10110 | 101100 | 1110 | 11110 | 111001 | 1000011 |
Color Harmonies of #DBAA7A
Complementary color
Monochromatic Colors of #DBAA7A
Black with #DBAA7A
Text Example
Text Example
White with #DBAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA7A; }
p { color: rgb(219,170,122); }
H1.HeaderClassName
{
color: #DBAA7A;
}
.AnyTagClassName
{
color: #DBAA7A;
}
</style>
background-color css
<style>
a { background-color: #DBAA7A; }
a { background-color: rgb(219,170,122); }
div.DivClassName
{
background-color: #DBAA7A;
}
.BgClassName
{
background-color: #DBAA7A;
}
</style>
border-color css
<style>
span { border-color: #DBAA7A; }
span { border-color: rgb(219,170,122); }
td.TdClassName
{
border-color: #DBAA7A;
}
.TagClassName
{
border-color: #DBAA7A;
}
</style>