Shades of Manhattan #DBAB7B
Tints of Manhattan #DBAB7B
RGB
CMYK
RGB Variations
Color information
#DBAB7B (or 0xDBAB7B) is known color: Manhattan. HEX triplet: DB, AB and 7B. RGB value is (219,171,123). Sum of RGB (Red+Green+Blue) = 219+171+123=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB7B is #245484. Grayscale: #B4B4B4. Windows color (decimal): -2380933 or 8104923. OLE color: 8104923.
HSL color Cylindrical-coordinate representation of color #DBAB7B: hue angle of 30º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBAB7B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 171 | 123 | - |
CMYK | 0 | 0.22 | 0.44 | 0.14 |
HSL | 30º | 0.57% | 0.67% | - |
HSV(B) | 30º | 0.44% | 0.86% | - |
XYZ | 47.35 | 45.62 | 25.05 | - |
YUV | 179.88 | 95.9 | 155.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 171 | 123 | 0 | 0.22 | 0.44 | 0.14 | 30 | 0.57 | 0.67 |
Hex | DB | AB | 7B | 0 | 16 | 2C | E | 1E | 39 | 43 |
Octal | 333 | 253 | 173 | 0 | 26 | 54 | 16 | 36 | 71 | 103 |
Binary | 11011011 | 10101011 | 1111011 | 0 | 10110 | 101100 | 1110 | 11110 | 111001 | 1000011 |
Color Harmonies of #DBAB7B
Complementary color
Monochromatic Colors of #DBAB7B
Black with #DBAB7B
Text Example
Text Example
White with #DBAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB7B; }
p { color: rgb(219,171,123); }
H1.HeaderClassName
{
color: #DBAB7B;
}
.AnyTagClassName
{
color: #DBAB7B;
}
</style>
background-color css
<style>
a { background-color: #DBAB7B; }
a { background-color: rgb(219,171,123); }
div.DivClassName
{
background-color: #DBAB7B;
}
.BgClassName
{
background-color: #DBAB7B;
}
</style>
border-color css
<style>
span { border-color: #DBAB7B; }
span { border-color: rgb(219,171,123); }
td.TdClassName
{
border-color: #DBAB7B;
}
.TagClassName
{
border-color: #DBAB7B;
}
</style>