Shades of Manhattan #DBAC7A
Tints of Manhattan #DBAC7A
RGB
CMYK
RGB Variations
Color information
#DBAC7A (or 0xDBAC7A) is known color: Manhattan. HEX triplet: DB, AC and 7A. RGB value is (219,172,122). Sum of RGB (Red+Green+Blue) = 219+172+122=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC7A is #245385. Grayscale: #B4B4B4. Windows color (decimal): -2380678 or 8039643. OLE color: 8039643.
HSL color Cylindrical-coordinate representation of color #DBAC7A: hue angle of 30.93º 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 #DBAC7A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 122 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.14 |
| HSL | 30.93º | 0.57% | 0.67% | - |
| HSV(B) | 30.93º | 0.44% | 0.86% | - |
| XYZ | 47.48 | 45.97 | 24.78 | - |
| YUV | 180.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 122 | 0 | 0.21 | 0.44 | 0.14 | 30.93 | 0.57 | 0.67 |
| Hex | DB | AC | 7A | 0 | 15 | 2C | E | 1F | 39 | 43 |
| Octal | 333 | 254 | 172 | 0 | 25 | 54 | 16 | 37 | 71 | 103 |
| Binary | 11011011 | 10101100 | 1111010 | 0 | 10101 | 101100 | 1110 | 11111 | 111001 | 1000011 |
Color Harmonies of #DBAC7A
Complementary color
Monochromatic Colors of #DBAC7A
Black with #DBAC7A
Text Example
Text Example
White with #DBAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC7A; }
p { color: rgb(219,172,122); }
H1.HeaderClassName
{
color: #DBAC7A;
}
.AnyTagClassName
{
color: #DBAC7A;
}
</style>
background-color css
<style>
a { background-color: #DBAC7A; }
a { background-color: rgb(219,172,122); }
div.DivClassName
{
background-color: #DBAC7A;
}
.BgClassName
{
background-color: #DBAC7A;
}
</style>
border-color css
<style>
span { border-color: #DBAC7A; }
span { border-color: rgb(219,172,122); }
td.TdClassName
{
border-color: #DBAC7A;
}
.TagClassName
{
border-color: #DBAC7A;
}
</style>