Shades of Manhattan #DBAA7B
Tints of Manhattan #DBAA7B
RGB
CMYK
RGB Variations
Color information
#DBAA7B (or 0xDBAA7B) is known color: Manhattan. HEX triplet: DB, AA and 7B. RGB value is (219,170,123). Sum of RGB (Red+Green+Blue) = 219+170+123=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA7B is #245584. Grayscale: #B3B3B3. Windows color (decimal): -2381189 or 8104667. OLE color: 8104667.
HSL color Cylindrical-coordinate representation of color #DBAA7B: hue angle of 29.38º 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 #DBAA7B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 123 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.14 |
| HSL | 29.38º | 0.57% | 0.67% | - |
| HSV(B) | 29.38º | 0.44% | 0.86% | - |
| XYZ | 47.16 | 45.24 | 24.99 | - |
| YUV | 179.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 123 | 0 | 0.22 | 0.44 | 0.14 | 29.38 | 0.57 | 0.67 |
| Hex | DB | AA | 7B | 0 | 16 | 2C | E | 1D | 39 | 43 |
| Octal | 333 | 252 | 173 | 0 | 26 | 54 | 16 | 35 | 71 | 103 |
| Binary | 11011011 | 10101010 | 1111011 | 0 | 10110 | 101100 | 1110 | 11101 | 111001 | 1000011 |
Color Harmonies of #DBAA7B
Complementary color
Monochromatic Colors of #DBAA7B
Black with #DBAA7B
Text Example
Text Example
White with #DBAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA7B; }
p { color: rgb(219,170,123); }
H1.HeaderClassName
{
color: #DBAA7B;
}
.AnyTagClassName
{
color: #DBAA7B;
}
</style>
background-color css
<style>
a { background-color: #DBAA7B; }
a { background-color: rgb(219,170,123); }
div.DivClassName
{
background-color: #DBAA7B;
}
.BgClassName
{
background-color: #DBAA7B;
}
</style>
border-color css
<style>
span { border-color: #DBAA7B; }
span { border-color: rgb(219,170,123); }
td.TdClassName
{
border-color: #DBAA7B;
}
.TagClassName
{
border-color: #DBAA7B;
}
</style>