Shades of Manhattan #DBA872
Tints of Manhattan #DBA872
RGB
CMYK
RGB Variations
Color information
#DBA872 (or 0xDBA872) is known color: Manhattan. HEX triplet: DB, A8 and 72. RGB value is (219,168,114). Sum of RGB (Red+Green+Blue) = 219+168+114=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA872 is #24578D. Grayscale: #B1B1B1. Windows color (decimal): -2381710 or 7514331. OLE color: 7514331.
HSL color Cylindrical-coordinate representation of color #DBA872: hue angle of 30.86º 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 #DBA872 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 114 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.14 |
| HSL | 30.86º | 0.59% | 0.65% | - |
| HSV(B) | 30.86º | 0.48% | 0.86% | - |
| XYZ | 46.25 | 44.28 | 22.03 | - |
| YUV | 177.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 114 | 0 | 0.23 | 0.48 | 0.14 | 30.86 | 0.59 | 0.65 |
| Hex | DB | A8 | 72 | 0 | 17 | 30 | E | 1F | 3B | 41 |
| Octal | 333 | 250 | 162 | 0 | 27 | 60 | 16 | 37 | 73 | 101 |
| Binary | 11011011 | 10101000 | 1110010 | 0 | 10111 | 110000 | 1110 | 11111 | 111011 | 1000001 |
Color Harmonies of #DBA872
Complementary color
Monochromatic Colors of #DBA872
Black with #DBA872
Text Example
Text Example
White with #DBA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA872; }
p { color: rgb(219,168,114); }
H1.HeaderClassName
{
color: #DBA872;
}
.AnyTagClassName
{
color: #DBA872;
}
</style>
background-color css
<style>
a { background-color: #DBA872; }
a { background-color: rgb(219,168,114); }
div.DivClassName
{
background-color: #DBA872;
}
.BgClassName
{
background-color: #DBA872;
}
</style>
border-color css
<style>
span { border-color: #DBA872; }
span { border-color: rgb(219,168,114); }
td.TdClassName
{
border-color: #DBA872;
}
.TagClassName
{
border-color: #DBA872;
}
</style>