Shades of Manhattan #DBB178
Tints of Manhattan #DBB178
RGB
CMYK
RGB Variations
Color information
#DBB178 (or 0xDBB178) is known color: Manhattan. HEX triplet: DB, B1 and 78. RGB value is (219,177,120). Sum of RGB (Red+Green+Blue) = 219+177+120=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB178 is #244E87. Grayscale: #B7B7B7. Windows color (decimal): -2379400 or 7909851. OLE color: 7909851.
HSL color Cylindrical-coordinate representation of color #DBB178: hue angle of 34.55º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBB178 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 120 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.14 |
| HSL | 34.55º | 0.58% | 0.66% | - |
| HSV(B) | 34.55º | 0.45% | 0.86% | - |
| XYZ | 48.33 | 47.86 | 24.46 | - |
| YUV | 183.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 120 | 0 | 0.19 | 0.45 | 0.14 | 34.55 | 0.58 | 0.66 |
| Hex | DB | B1 | 78 | 0 | 13 | 2D | E | 23 | 3A | 42 |
| Octal | 333 | 261 | 170 | 0 | 23 | 55 | 16 | 43 | 72 | 102 |
| Binary | 11011011 | 10110001 | 1111000 | 0 | 10011 | 101101 | 1110 | 100011 | 111010 | 1000010 |
Color Harmonies of #DBB178
Complementary color
Monochromatic Colors of #DBB178
Black with #DBB178
Text Example
Text Example
White with #DBB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB178; }
p { color: rgb(219,177,120); }
H1.HeaderClassName
{
color: #DBB178;
}
.AnyTagClassName
{
color: #DBB178;
}
</style>
background-color css
<style>
a { background-color: #DBB178; }
a { background-color: rgb(219,177,120); }
div.DivClassName
{
background-color: #DBB178;
}
.BgClassName
{
background-color: #DBB178;
}
</style>
border-color css
<style>
span { border-color: #DBB178; }
span { border-color: rgb(219,177,120); }
td.TdClassName
{
border-color: #DBB178;
}
.TagClassName
{
border-color: #DBB178;
}
</style>