Shades of Manhattan #DBA772
Tints of Manhattan #DBA772
RGB
CMYK
RGB Variations
Color information
#DBA772 (or 0xDBA772) is known color: Manhattan. HEX triplet: DB, A7 and 72. RGB value is (219,167,114). Sum of RGB (Red+Green+Blue) = 219+167+114=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA772 is #24588D. Grayscale: #B0B0B0. Windows color (decimal): -2381966 or 7514075. OLE color: 7514075.
HSL color Cylindrical-coordinate representation of color #DBA772: hue angle of 30.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBA772 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 114 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.14 |
| HSL | 30.29º | 0.59% | 0.65% | - |
| HSV(B) | 30.29º | 0.48% | 0.86% | - |
| XYZ | 46.07 | 43.91 | 21.97 | - |
| YUV | 176.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 114 | 0 | 0.24 | 0.48 | 0.14 | 30.29 | 0.59 | 0.65 |
| Hex | DB | A7 | 72 | 0 | 18 | 30 | E | 1E | 3B | 41 |
| Octal | 333 | 247 | 162 | 0 | 30 | 60 | 16 | 36 | 73 | 101 |
| Binary | 11011011 | 10100111 | 1110010 | 0 | 11000 | 110000 | 1110 | 11110 | 111011 | 1000001 |
Color Harmonies of #DBA772
Complementary color
Monochromatic Colors of #DBA772
Black with #DBA772
Text Example
Text Example
White with #DBA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA772; }
p { color: rgb(219,167,114); }
H1.HeaderClassName
{
color: #DBA772;
}
.AnyTagClassName
{
color: #DBA772;
}
</style>
background-color css
<style>
a { background-color: #DBA772; }
a { background-color: rgb(219,167,114); }
div.DivClassName
{
background-color: #DBA772;
}
.BgClassName
{
background-color: #DBA772;
}
</style>
border-color css
<style>
span { border-color: #DBA772; }
span { border-color: rgb(219,167,114); }
td.TdClassName
{
border-color: #DBA772;
}
.TagClassName
{
border-color: #DBA772;
}
</style>