Shades of Manhattan #DBAC72
Tints of Manhattan #DBAC72
RGB
CMYK
RGB Variations
Color information
#DBAC72 (or 0xDBAC72) is known color: Manhattan. HEX triplet: DB, AC and 72. RGB value is (219,172,114). Sum of RGB (Red+Green+Blue) = 219+172+114=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC72 is #24538D. Grayscale: #B3B3B3. Windows color (decimal): -2380686 or 7515355. OLE color: 7515355.
HSL color Cylindrical-coordinate representation of color #DBAC72: hue angle of 33.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBAC72 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 114 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.14 |
| HSL | 33.14º | 0.59% | 0.65% | - |
| HSV(B) | 33.14º | 0.48% | 0.86% | - |
| XYZ | 47 | 45.78 | 22.28 | - |
| YUV | 179.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 114 | 0 | 0.21 | 0.48 | 0.14 | 33.14 | 0.59 | 0.65 |
| Hex | DB | AC | 72 | 0 | 15 | 30 | E | 21 | 3B | 41 |
| Octal | 333 | 254 | 162 | 0 | 25 | 60 | 16 | 41 | 73 | 101 |
| Binary | 11011011 | 10101100 | 1110010 | 0 | 10101 | 110000 | 1110 | 100001 | 111011 | 1000001 |
Color Harmonies of #DBAC72
Complementary color
Monochromatic Colors of #DBAC72
Black with #DBAC72
Text Example
Text Example
White with #DBAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC72; }
p { color: rgb(219,172,114); }
H1.HeaderClassName
{
color: #DBAC72;
}
.AnyTagClassName
{
color: #DBAC72;
}
</style>
background-color css
<style>
a { background-color: #DBAC72; }
a { background-color: rgb(219,172,114); }
div.DivClassName
{
background-color: #DBAC72;
}
.BgClassName
{
background-color: #DBAC72;
}
</style>
border-color css
<style>
span { border-color: #DBAC72; }
span { border-color: rgb(219,172,114); }
td.TdClassName
{
border-color: #DBAC72;
}
.TagClassName
{
border-color: #DBAC72;
}
</style>