Shades of Manhattan #DBAC76
Tints of Manhattan #DBAC76
RGB
CMYK
RGB Variations
Color information
#DBAC76 (or 0xDBAC76) is known color: Manhattan. HEX triplet: DB, AC and 76. RGB value is (219,172,118). Sum of RGB (Red+Green+Blue) = 219+172+118=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC76 is #245389. Grayscale: #B4B4B4. Windows color (decimal): -2380682 or 7777499. OLE color: 7777499.
HSL color Cylindrical-coordinate representation of color #DBAC76: hue angle of 32.08º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBAC76 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 118 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.14 |
| HSL | 32.08º | 0.58% | 0.66% | - |
| HSV(B) | 32.08º | 0.46% | 0.86% | - |
| XYZ | 47.24 | 45.87 | 23.5 | - |
| YUV | 179.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 118 | 0 | 0.21 | 0.46 | 0.14 | 32.08 | 0.58 | 0.66 |
| Hex | DB | AC | 76 | 0 | 15 | 2E | E | 20 | 3A | 42 |
| Octal | 333 | 254 | 166 | 0 | 25 | 56 | 16 | 40 | 72 | 102 |
| Binary | 11011011 | 10101100 | 1110110 | 0 | 10101 | 101110 | 1110 | 100000 | 111010 | 1000010 |
Color Harmonies of #DBAC76
Complementary color
Monochromatic Colors of #DBAC76
Black with #DBAC76
Text Example
Text Example
White with #DBAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC76; }
p { color: rgb(219,172,118); }
H1.HeaderClassName
{
color: #DBAC76;
}
.AnyTagClassName
{
color: #DBAC76;
}
</style>
background-color css
<style>
a { background-color: #DBAC76; }
a { background-color: rgb(219,172,118); }
div.DivClassName
{
background-color: #DBAC76;
}
.BgClassName
{
background-color: #DBAC76;
}
</style>
border-color css
<style>
span { border-color: #DBAC76; }
span { border-color: rgb(219,172,118); }
td.TdClassName
{
border-color: #DBAC76;
}
.TagClassName
{
border-color: #DBAC76;
}
</style>