Shades of Manhattan #DBAB7D
Tints of Manhattan #DBAB7D
RGB
CMYK
RGB Variations
Color information
#DBAB7D (or 0xDBAB7D) is known color: Manhattan. HEX triplet: DB, AB and 7D. RGB value is (219,171,125). Sum of RGB (Red+Green+Blue) = 219+171+125=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB7D is #245482. Grayscale: #B4B4B4. Windows color (decimal): -2380931 or 8235995. OLE color: 8235995.
HSL color Cylindrical-coordinate representation of color #DBAB7D: hue angle of 29.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBAB7D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 125 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.14 |
| HSL | 29.36º | 0.57% | 0.67% | - |
| HSV(B) | 29.36º | 0.43% | 0.86% | - |
| XYZ | 47.48 | 45.67 | 25.71 | - |
| YUV | 180.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 125 | 0 | 0.22 | 0.43 | 0.14 | 29.36 | 0.57 | 0.67 |
| Hex | DB | AB | 7D | 0 | 16 | 2B | E | 1D | 39 | 43 |
| Octal | 333 | 253 | 175 | 0 | 26 | 53 | 16 | 35 | 71 | 103 |
| Binary | 11011011 | 10101011 | 1111101 | 0 | 10110 | 101011 | 1110 | 11101 | 111001 | 1000011 |
Color Harmonies of #DBAB7D
Complementary color
Monochromatic Colors of #DBAB7D
Black with #DBAB7D
Text Example
Text Example
White with #DBAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB7D; }
p { color: rgb(219,171,125); }
H1.HeaderClassName
{
color: #DBAB7D;
}
.AnyTagClassName
{
color: #DBAB7D;
}
</style>
background-color css
<style>
a { background-color: #DBAB7D; }
a { background-color: rgb(219,171,125); }
div.DivClassName
{
background-color: #DBAB7D;
}
.BgClassName
{
background-color: #DBAB7D;
}
</style>
border-color css
<style>
span { border-color: #DBAB7D; }
span { border-color: rgb(219,171,125); }
td.TdClassName
{
border-color: #DBAB7D;
}
.TagClassName
{
border-color: #DBAB7D;
}
</style>