Shades of Manhattan #DBA874
Tints of Manhattan #DBA874
RGB
CMYK
RGB Variations
Color information
#DBA874 (or 0xDBA874) is known color: Manhattan. HEX triplet: DB, A8 and 74. RGB value is (219,168,116). Sum of RGB (Red+Green+Blue) = 219+168+116=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA874 is #24578B. Grayscale: #B1B1B1. Windows color (decimal): -2381708 or 7645403. OLE color: 7645403.
HSL color Cylindrical-coordinate representation of color #DBA874: hue angle of 30.29º 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 #DBA874 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 116 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.14 |
| HSL | 30.29º | 0.59% | 0.66% | - |
| HSV(B) | 30.29º | 0.47% | 0.86% | - |
| XYZ | 46.37 | 44.33 | 22.63 | - |
| YUV | 177.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 116 | 0 | 0.23 | 0.47 | 0.14 | 30.29 | 0.59 | 0.66 |
| Hex | DB | A8 | 74 | 0 | 17 | 2F | E | 1E | 3B | 42 |
| Octal | 333 | 250 | 164 | 0 | 27 | 57 | 16 | 36 | 73 | 102 |
| Binary | 11011011 | 10101000 | 1110100 | 0 | 10111 | 101111 | 1110 | 11110 | 111011 | 1000010 |
Color Harmonies of #DBA874
Complementary color
Monochromatic Colors of #DBA874
Black with #DBA874
Text Example
Text Example
White with #DBA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA874; }
p { color: rgb(219,168,116); }
H1.HeaderClassName
{
color: #DBA874;
}
.AnyTagClassName
{
color: #DBA874;
}
</style>
background-color css
<style>
a { background-color: #DBA874; }
a { background-color: rgb(219,168,116); }
div.DivClassName
{
background-color: #DBA874;
}
.BgClassName
{
background-color: #DBA874;
}
</style>
border-color css
<style>
span { border-color: #DBA874; }
span { border-color: rgb(219,168,116); }
td.TdClassName
{
border-color: #DBA874;
}
.TagClassName
{
border-color: #DBA874;
}
</style>