Shades of Manhattan #DBAC82
Tints of Manhattan #DBAC82
RGB
CMYK
RGB Variations
Color information
#DBAC82 (or 0xDBAC82) is known color: Manhattan. HEX triplet: DB, AC and 82. RGB value is (219,172,130). Sum of RGB (Red+Green+Blue) = 219+172+130=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC82 is #24537D. Grayscale: #B5B5B5. Windows color (decimal): -2380670 or 8563931. OLE color: 8563931.
HSL color Cylindrical-coordinate representation of color #DBAC82: hue angle of 28.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAC82 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 130 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.14 |
| HSL | 28.31º | 0.55% | 0.68% | - |
| HSV(B) | 28.31º | 0.41% | 0.86% | - |
| XYZ | 48 | 46.18 | 27.5 | - |
| YUV | 181.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 130 | 0 | 0.21 | 0.41 | 0.14 | 28.31 | 0.55 | 0.68 |
| Hex | DB | AC | 82 | 0 | 15 | 29 | E | 1C | 37 | 44 |
| Octal | 333 | 254 | 202 | 0 | 25 | 51 | 16 | 34 | 67 | 104 |
| Binary | 11011011 | 10101100 | 10000010 | 0 | 10101 | 101001 | 1110 | 11100 | 110111 | 1000100 |
Color Harmonies of #DBAC82
Complementary color
Monochromatic Colors of #DBAC82
Black with #DBAC82
Text Example
Text Example
White with #DBAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC82; }
p { color: rgb(219,172,130); }
H1.HeaderClassName
{
color: #DBAC82;
}
.AnyTagClassName
{
color: #DBAC82;
}
</style>
background-color css
<style>
a { background-color: #DBAC82; }
a { background-color: rgb(219,172,130); }
div.DivClassName
{
background-color: #DBAC82;
}
.BgClassName
{
background-color: #DBAC82;
}
</style>
border-color css
<style>
span { border-color: #DBAC82; }
span { border-color: rgb(219,172,130); }
td.TdClassName
{
border-color: #DBAC82;
}
.TagClassName
{
border-color: #DBAC82;
}
</style>