Shades of Manhattan #DBAB7F
Tints of Manhattan #DBAB7F
RGB
CMYK
RGB Variations
Color information
#DBAB7F (or 0xDBAB7F) is known color: Manhattan. HEX triplet: DB, AB and 7F. RGB value is (219,171,127). Sum of RGB (Red+Green+Blue) = 219+171+127=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB7F is #245480. Grayscale: #B4B4B4. Windows color (decimal): -2380929 or 8367067. OLE color: 8367067.
HSL color Cylindrical-coordinate representation of color #DBAB7F: hue angle of 28.7º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBAB7F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 127 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.14 |
| HSL | 28.7º | 0.56% | 0.68% | - |
| HSV(B) | 28.7º | 0.42% | 0.86% | - |
| XYZ | 47.61 | 45.72 | 26.39 | - |
| YUV | 180.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 127 | 0 | 0.22 | 0.42 | 0.14 | 28.7 | 0.56 | 0.68 |
| Hex | DB | AB | 7F | 0 | 16 | 2A | E | 1D | 38 | 44 |
| Octal | 333 | 253 | 177 | 0 | 26 | 52 | 16 | 35 | 70 | 104 |
| Binary | 11011011 | 10101011 | 1111111 | 0 | 10110 | 101010 | 1110 | 11101 | 111000 | 1000100 |
Color Harmonies of #DBAB7F
Complementary color
Monochromatic Colors of #DBAB7F
Black with #DBAB7F
Text Example
Text Example
White with #DBAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB7F; }
p { color: rgb(219,171,127); }
H1.HeaderClassName
{
color: #DBAB7F;
}
.AnyTagClassName
{
color: #DBAB7F;
}
</style>
background-color css
<style>
a { background-color: #DBAB7F; }
a { background-color: rgb(219,171,127); }
div.DivClassName
{
background-color: #DBAB7F;
}
.BgClassName
{
background-color: #DBAB7F;
}
</style>
border-color css
<style>
span { border-color: #DBAB7F; }
span { border-color: rgb(219,171,127); }
td.TdClassName
{
border-color: #DBAB7F;
}
.TagClassName
{
border-color: #DBAB7F;
}
</style>