Shades of Manhattan #DBA977
Tints of Manhattan #DBA977
RGB
CMYK
RGB Variations
Color information
#DBA977 (or 0xDBA977) is known color: Manhattan. HEX triplet: DB, A9 and 77. RGB value is (219,169,119). Sum of RGB (Red+Green+Blue) = 219+169+119=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA977 is #245688. Grayscale: #B2B2B2. Windows color (decimal): -2381449 or 7842267. OLE color: 7842267.
HSL color Cylindrical-coordinate representation of color #DBA977: hue angle of 30º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBA977 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 119 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.14 |
| HSL | 30º | 0.58% | 0.66% | - |
| HSV(B) | 30º | 0.46% | 0.86% | - |
| XYZ | 46.73 | 44.77 | 23.63 | - |
| YUV | 178.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 119 | 0 | 0.23 | 0.46 | 0.14 | 30 | 0.58 | 0.66 |
| Hex | DB | A9 | 77 | 0 | 17 | 2E | E | 1E | 3A | 42 |
| Octal | 333 | 251 | 167 | 0 | 27 | 56 | 16 | 36 | 72 | 102 |
| Binary | 11011011 | 10101001 | 1110111 | 0 | 10111 | 101110 | 1110 | 11110 | 111010 | 1000010 |
Color Harmonies of #DBA977
Complementary color
Monochromatic Colors of #DBA977
Black with #DBA977
Text Example
Text Example
White with #DBA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA977; }
p { color: rgb(219,169,119); }
H1.HeaderClassName
{
color: #DBA977;
}
.AnyTagClassName
{
color: #DBA977;
}
</style>
background-color css
<style>
a { background-color: #DBA977; }
a { background-color: rgb(219,169,119); }
div.DivClassName
{
background-color: #DBA977;
}
.BgClassName
{
background-color: #DBA977;
}
</style>
border-color css
<style>
span { border-color: #DBA977; }
span { border-color: rgb(219,169,119); }
td.TdClassName
{
border-color: #DBA977;
}
.TagClassName
{
border-color: #DBA977;
}
</style>