Shades of Manhattan #DBAA73
Tints of Manhattan #DBAA73
RGB
CMYK
RGB Variations
Color information
#DBAA73 (or 0xDBAA73) is known color: Manhattan. HEX triplet: DB, AA and 73. RGB value is (219,170,115). Sum of RGB (Red+Green+Blue) = 219+170+115=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA73 is #24558C. Grayscale: #B2B2B2. Windows color (decimal): -2381197 or 7580379. OLE color: 7580379.
HSL color Cylindrical-coordinate representation of color #DBAA73: hue angle of 31.73º 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 #DBAA73 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 115 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.14 |
| HSL | 31.73º | 0.59% | 0.65% | - |
| HSV(B) | 31.73º | 0.47% | 0.86% | - |
| XYZ | 46.68 | 45.05 | 22.45 | - |
| YUV | 178.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 115 | 0 | 0.22 | 0.47 | 0.14 | 31.73 | 0.59 | 0.65 |
| Hex | DB | AA | 73 | 0 | 16 | 2F | E | 20 | 3B | 41 |
| Octal | 333 | 252 | 163 | 0 | 26 | 57 | 16 | 40 | 73 | 101 |
| Binary | 11011011 | 10101010 | 1110011 | 0 | 10110 | 101111 | 1110 | 100000 | 111011 | 1000001 |
Color Harmonies of #DBAA73
Complementary color
Monochromatic Colors of #DBAA73
Black with #DBAA73
Text Example
Text Example
White with #DBAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA73; }
p { color: rgb(219,170,115); }
H1.HeaderClassName
{
color: #DBAA73;
}
.AnyTagClassName
{
color: #DBAA73;
}
</style>
background-color css
<style>
a { background-color: #DBAA73; }
a { background-color: rgb(219,170,115); }
div.DivClassName
{
background-color: #DBAA73;
}
.BgClassName
{
background-color: #DBAA73;
}
</style>
border-color css
<style>
span { border-color: #DBAA73; }
span { border-color: rgb(219,170,115); }
td.TdClassName
{
border-color: #DBAA73;
}
.TagClassName
{
border-color: #DBAA73;
}
</style>