Shades of Manhattan #DBAC75
Tints of Manhattan #DBAC75
RGB
CMYK
RGB Variations
Color information
#DBAC75 (or 0xDBAC75) is known color: Manhattan. HEX triplet: DB, AC and 75. RGB value is (219,172,117). Sum of RGB (Red+Green+Blue) = 219+172+117=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC75 is #24538A. Grayscale: #B4B4B4. Windows color (decimal): -2380683 or 7711963. OLE color: 7711963.
HSL color Cylindrical-coordinate representation of color #DBAC75: hue angle of 32.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAC75 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 117 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.14 |
| HSL | 32.35º | 0.59% | 0.66% | - |
| HSV(B) | 32.35º | 0.47% | 0.86% | - |
| XYZ | 47.18 | 45.85 | 23.19 | - |
| YUV | 179.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 117 | 0 | 0.21 | 0.47 | 0.14 | 32.35 | 0.59 | 0.66 |
| Hex | DB | AC | 75 | 0 | 15 | 2F | E | 20 | 3B | 42 |
| Octal | 333 | 254 | 165 | 0 | 25 | 57 | 16 | 40 | 73 | 102 |
| Binary | 11011011 | 10101100 | 1110101 | 0 | 10101 | 101111 | 1110 | 100000 | 111011 | 1000010 |
Color Harmonies of #DBAC75
Complementary color
Monochromatic Colors of #DBAC75
Black with #DBAC75
Text Example
Text Example
White with #DBAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC75; }
p { color: rgb(219,172,117); }
H1.HeaderClassName
{
color: #DBAC75;
}
.AnyTagClassName
{
color: #DBAC75;
}
</style>
background-color css
<style>
a { background-color: #DBAC75; }
a { background-color: rgb(219,172,117); }
div.DivClassName
{
background-color: #DBAC75;
}
.BgClassName
{
background-color: #DBAC75;
}
</style>
border-color css
<style>
span { border-color: #DBAC75; }
span { border-color: rgb(219,172,117); }
td.TdClassName
{
border-color: #DBAC75;
}
.TagClassName
{
border-color: #DBAC75;
}
</style>