Shades of Manhattan #DBAB77
Tints of Manhattan #DBAB77
RGB
CMYK
RGB Variations
Color information
#DBAB77 (or 0xDBAB77) is known color: Manhattan. HEX triplet: DB, AB and 77. RGB value is (219,171,119). Sum of RGB (Red+Green+Blue) = 219+171+119=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB77 is #245488. Grayscale: #B3B3B3. Windows color (decimal): -2380937 or 7842779. OLE color: 7842779.
HSL color Cylindrical-coordinate representation of color #DBAB77: hue angle of 31.2º 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 #DBAB77 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 119 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.14 |
| HSL | 31.2º | 0.58% | 0.66% | - |
| HSV(B) | 31.2º | 0.46% | 0.86% | - |
| XYZ | 47.11 | 45.52 | 23.76 | - |
| YUV | 179.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 119 | 0 | 0.22 | 0.46 | 0.14 | 31.2 | 0.58 | 0.66 |
| Hex | DB | AB | 77 | 0 | 16 | 2E | E | 1F | 3A | 42 |
| Octal | 333 | 253 | 167 | 0 | 26 | 56 | 16 | 37 | 72 | 102 |
| Binary | 11011011 | 10101011 | 1110111 | 0 | 10110 | 101110 | 1110 | 11111 | 111010 | 1000010 |
Color Harmonies of #DBAB77
Complementary color
Monochromatic Colors of #DBAB77
Black with #DBAB77
Text Example
Text Example
White with #DBAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB77; }
p { color: rgb(219,171,119); }
H1.HeaderClassName
{
color: #DBAB77;
}
.AnyTagClassName
{
color: #DBAB77;
}
</style>
background-color css
<style>
a { background-color: #DBAB77; }
a { background-color: rgb(219,171,119); }
div.DivClassName
{
background-color: #DBAB77;
}
.BgClassName
{
background-color: #DBAB77;
}
</style>
border-color css
<style>
span { border-color: #DBAB77; }
span { border-color: rgb(219,171,119); }
td.TdClassName
{
border-color: #DBAB77;
}
.TagClassName
{
border-color: #DBAB77;
}
</style>