Shades of Manhattan #DBAC7E
Tints of Manhattan #DBAC7E
RGB
CMYK
RGB Variations
Color information
#DBAC7E (or 0xDBAC7E) is known color: Manhattan. HEX triplet: DB, AC and 7E. RGB value is (219,172,126). Sum of RGB (Red+Green+Blue) = 219+172+126=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC7E is #245381. Grayscale: #B5B5B5. Windows color (decimal): -2380674 or 8301787. OLE color: 8301787.
HSL color Cylindrical-coordinate representation of color #DBAC7E: hue angle of 29.68º 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 #DBAC7E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 126 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.14 |
| HSL | 29.68º | 0.56% | 0.68% | - |
| HSV(B) | 29.68º | 0.42% | 0.86% | - |
| XYZ | 47.73 | 46.07 | 26.12 | - |
| YUV | 180.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 126 | 0 | 0.21 | 0.42 | 0.14 | 29.68 | 0.56 | 0.68 |
| Hex | DB | AC | 7E | 0 | 15 | 2A | E | 1E | 38 | 44 |
| Octal | 333 | 254 | 176 | 0 | 25 | 52 | 16 | 36 | 70 | 104 |
| Binary | 11011011 | 10101100 | 1111110 | 0 | 10101 | 101010 | 1110 | 11110 | 111000 | 1000100 |
Color Harmonies of #DBAC7E
Complementary color
Monochromatic Colors of #DBAC7E
Black with #DBAC7E
Text Example
Text Example
White with #DBAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC7E; }
p { color: rgb(219,172,126); }
H1.HeaderClassName
{
color: #DBAC7E;
}
.AnyTagClassName
{
color: #DBAC7E;
}
</style>
background-color css
<style>
a { background-color: #DBAC7E; }
a { background-color: rgb(219,172,126); }
div.DivClassName
{
background-color: #DBAC7E;
}
.BgClassName
{
background-color: #DBAC7E;
}
</style>
border-color css
<style>
span { border-color: #DBAC7E; }
span { border-color: rgb(219,172,126); }
td.TdClassName
{
border-color: #DBAC7E;
}
.TagClassName
{
border-color: #DBAC7E;
}
</style>