Shades of Manhattan #DBAC73
Tints of Manhattan #DBAC73
RGB
CMYK
RGB Variations
Color information
#DBAC73 (or 0xDBAC73) is known color: Manhattan. HEX triplet: DB, AC and 73. RGB value is (219,172,115). Sum of RGB (Red+Green+Blue) = 219+172+115=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC73 is #24538C. Grayscale: #B3B3B3. Windows color (decimal): -2380685 or 7580891. OLE color: 7580891.
HSL color Cylindrical-coordinate representation of color #DBAC73: hue angle of 32.88º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAC73 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 115 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.14 |
| HSL | 32.88º | 0.59% | 0.65% | - |
| HSV(B) | 32.88º | 0.47% | 0.86% | - |
| XYZ | 47.06 | 45.8 | 22.58 | - |
| YUV | 179.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 115 | 0 | 0.21 | 0.47 | 0.14 | 32.88 | 0.59 | 0.65 |
| Hex | DB | AC | 73 | 0 | 15 | 2F | E | 21 | 3B | 41 |
| Octal | 333 | 254 | 163 | 0 | 25 | 57 | 16 | 41 | 73 | 101 |
| Binary | 11011011 | 10101100 | 1110011 | 0 | 10101 | 101111 | 1110 | 100001 | 111011 | 1000001 |
Color Harmonies of #DBAC73
Complementary color
Monochromatic Colors of #DBAC73
Black with #DBAC73
Text Example
Text Example
White with #DBAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC73; }
p { color: rgb(219,172,115); }
H1.HeaderClassName
{
color: #DBAC73;
}
.AnyTagClassName
{
color: #DBAC73;
}
</style>
background-color css
<style>
a { background-color: #DBAC73; }
a { background-color: rgb(219,172,115); }
div.DivClassName
{
background-color: #DBAC73;
}
.BgClassName
{
background-color: #DBAC73;
}
</style>
border-color css
<style>
span { border-color: #DBAC73; }
span { border-color: rgb(219,172,115); }
td.TdClassName
{
border-color: #DBAC73;
}
.TagClassName
{
border-color: #DBAC73;
}
</style>