Shades of Manhattan #DBAC78
Tints of Manhattan #DBAC78
RGB
CMYK
RGB Variations
Color information
#DBAC78 (or 0xDBAC78) is known color: Manhattan. HEX triplet: DB, AC and 78. RGB value is (219,172,120). Sum of RGB (Red+Green+Blue) = 219+172+120=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC78 is #245387. Grayscale: #B4B4B4. Windows color (decimal): -2380680 or 7908571. OLE color: 7908571.
HSL color Cylindrical-coordinate representation of color #DBAC78: hue angle of 31.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBAC78 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 120 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.14 |
| HSL | 31.52º | 0.58% | 0.66% | - |
| HSV(B) | 31.52º | 0.45% | 0.86% | - |
| XYZ | 47.36 | 45.92 | 24.14 | - |
| YUV | 180.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 120 | 0 | 0.21 | 0.45 | 0.14 | 31.52 | 0.58 | 0.66 |
| Hex | DB | AC | 78 | 0 | 15 | 2D | E | 20 | 3A | 42 |
| Octal | 333 | 254 | 170 | 0 | 25 | 55 | 16 | 40 | 72 | 102 |
| Binary | 11011011 | 10101100 | 1111000 | 0 | 10101 | 101101 | 1110 | 100000 | 111010 | 1000010 |
Color Harmonies of #DBAC78
Complementary color
Monochromatic Colors of #DBAC78
Black with #DBAC78
Text Example
Text Example
White with #DBAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC78; }
p { color: rgb(219,172,120); }
H1.HeaderClassName
{
color: #DBAC78;
}
.AnyTagClassName
{
color: #DBAC78;
}
</style>
background-color css
<style>
a { background-color: #DBAC78; }
a { background-color: rgb(219,172,120); }
div.DivClassName
{
background-color: #DBAC78;
}
.BgClassName
{
background-color: #DBAC78;
}
</style>
border-color css
<style>
span { border-color: #DBAC78; }
span { border-color: rgb(219,172,120); }
td.TdClassName
{
border-color: #DBAC78;
}
.TagClassName
{
border-color: #DBAC78;
}
</style>