Shades of Manhattan #DBAA76
Tints of Manhattan #DBAA76
RGB
CMYK
RGB Variations
Color information
#DBAA76 (or 0xDBAA76) is known color: Manhattan. HEX triplet: DB, AA and 76. RGB value is (219,170,118). Sum of RGB (Red+Green+Blue) = 219+170+118=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA76 is #245589. Grayscale: #B2B2B2. Windows color (decimal): -2381194 or 7776987. OLE color: 7776987.
HSL color Cylindrical-coordinate representation of color #DBAA76: hue angle of 30.89º 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 #DBAA76 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 118 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.14 |
| HSL | 30.89º | 0.58% | 0.66% | - |
| HSV(B) | 30.89º | 0.46% | 0.86% | - |
| XYZ | 46.86 | 45.12 | 23.38 | - |
| YUV | 178.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 118 | 0 | 0.22 | 0.46 | 0.14 | 30.89 | 0.58 | 0.66 |
| Hex | DB | AA | 76 | 0 | 16 | 2E | E | 1F | 3A | 42 |
| Octal | 333 | 252 | 166 | 0 | 26 | 56 | 16 | 37 | 72 | 102 |
| Binary | 11011011 | 10101010 | 1110110 | 0 | 10110 | 101110 | 1110 | 11111 | 111010 | 1000010 |
Color Harmonies of #DBAA76
Complementary color
Monochromatic Colors of #DBAA76
Black with #DBAA76
Text Example
Text Example
White with #DBAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA76; }
p { color: rgb(219,170,118); }
H1.HeaderClassName
{
color: #DBAA76;
}
.AnyTagClassName
{
color: #DBAA76;
}
</style>
background-color css
<style>
a { background-color: #DBAA76; }
a { background-color: rgb(219,170,118); }
div.DivClassName
{
background-color: #DBAA76;
}
.BgClassName
{
background-color: #DBAA76;
}
</style>
border-color css
<style>
span { border-color: #DBAA76; }
span { border-color: rgb(219,170,118); }
td.TdClassName
{
border-color: #DBAA76;
}
.TagClassName
{
border-color: #DBAA76;
}
</style>