Shades of Manhattan #DBAB78
Tints of Manhattan #DBAB78
RGB
CMYK
RGB Variations
Color information
#DBAB78 (or 0xDBAB78) is known color: Manhattan. HEX triplet: DB, AB and 78. RGB value is (219,171,120). Sum of RGB (Red+Green+Blue) = 219+171+120=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB78 is #245487. Grayscale: #B3B3B3. Windows color (decimal): -2380936 or 7908315. OLE color: 7908315.
HSL color Cylindrical-coordinate representation of color #DBAB78: hue angle of 30.91º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBAB78 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 120 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.14 |
| HSL | 30.91º | 0.58% | 0.66% | - |
| HSV(B) | 30.91º | 0.45% | 0.86% | - |
| XYZ | 47.17 | 45.54 | 24.07 | - |
| YUV | 179.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 120 | 0 | 0.22 | 0.45 | 0.14 | 30.91 | 0.58 | 0.66 |
| Hex | DB | AB | 78 | 0 | 16 | 2D | E | 1F | 3A | 42 |
| Octal | 333 | 253 | 170 | 0 | 26 | 55 | 16 | 37 | 72 | 102 |
| Binary | 11011011 | 10101011 | 1111000 | 0 | 10110 | 101101 | 1110 | 11111 | 111010 | 1000010 |
Color Harmonies of #DBAB78
Complementary color
Monochromatic Colors of #DBAB78
Black with #DBAB78
Text Example
Text Example
White with #DBAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB78; }
p { color: rgb(219,171,120); }
H1.HeaderClassName
{
color: #DBAB78;
}
.AnyTagClassName
{
color: #DBAB78;
}
</style>
background-color css
<style>
a { background-color: #DBAB78; }
a { background-color: rgb(219,171,120); }
div.DivClassName
{
background-color: #DBAB78;
}
.BgClassName
{
background-color: #DBAB78;
}
</style>
border-color css
<style>
span { border-color: #DBAB78; }
span { border-color: rgb(219,171,120); }
td.TdClassName
{
border-color: #DBAB78;
}
.TagClassName
{
border-color: #DBAB78;
}
</style>