Shades of Manhattan #DBAA77
Tints of Manhattan #DBAA77
RGB
CMYK
RGB Variations
Color information
#DBAA77 (or 0xDBAA77) is known color: Manhattan. HEX triplet: DB, AA and 77. RGB value is (219,170,119). Sum of RGB (Red+Green+Blue) = 219+170+119=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA77 is #245588. Grayscale: #B3B3B3. Windows color (decimal): -2381193 or 7842523. OLE color: 7842523.
HSL color Cylindrical-coordinate representation of color #DBAA77: hue angle of 30.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBAA77 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 119 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.14 |
| HSL | 30.6º | 0.58% | 0.66% | - |
| HSV(B) | 30.6º | 0.46% | 0.86% | - |
| XYZ | 46.92 | 45.14 | 23.69 | - |
| YUV | 178.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 119 | 0 | 0.22 | 0.46 | 0.14 | 30.6 | 0.58 | 0.66 |
| Hex | DB | AA | 77 | 0 | 16 | 2E | E | 1F | 3A | 42 |
| Octal | 333 | 252 | 167 | 0 | 26 | 56 | 16 | 37 | 72 | 102 |
| Binary | 11011011 | 10101010 | 1110111 | 0 | 10110 | 101110 | 1110 | 11111 | 111010 | 1000010 |
Color Harmonies of #DBAA77
Complementary color
Monochromatic Colors of #DBAA77
Black with #DBAA77
Text Example
Text Example
White with #DBAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA77; }
p { color: rgb(219,170,119); }
H1.HeaderClassName
{
color: #DBAA77;
}
.AnyTagClassName
{
color: #DBAA77;
}
</style>
background-color css
<style>
a { background-color: #DBAA77; }
a { background-color: rgb(219,170,119); }
div.DivClassName
{
background-color: #DBAA77;
}
.BgClassName
{
background-color: #DBAA77;
}
</style>
border-color css
<style>
span { border-color: #DBAA77; }
span { border-color: rgb(219,170,119); }
td.TdClassName
{
border-color: #DBAA77;
}
.TagClassName
{
border-color: #DBAA77;
}
</style>