Shades of Manhattan #DBB176
Tints of Manhattan #DBB176
RGB
CMYK
RGB Variations
Color information
#DBB176 (or 0xDBB176) is known color: Manhattan. HEX triplet: DB, B1 and 76. RGB value is (219,177,118). Sum of RGB (Red+Green+Blue) = 219+177+118=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB176 is #244E89. Grayscale: #B7B7B7. Windows color (decimal): -2379402 or 7778779. OLE color: 7778779.
HSL color Cylindrical-coordinate representation of color #DBB176: hue angle of 35.05º 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 #DBB176 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 118 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.14 |
| HSL | 35.05º | 0.58% | 0.66% | - |
| HSV(B) | 35.05º | 0.46% | 0.86% | - |
| XYZ | 48.21 | 47.81 | 23.83 | - |
| YUV | 182.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 118 | 0 | 0.19 | 0.46 | 0.14 | 35.05 | 0.58 | 0.66 |
| Hex | DB | B1 | 76 | 0 | 13 | 2E | E | 23 | 3A | 42 |
| Octal | 333 | 261 | 166 | 0 | 23 | 56 | 16 | 43 | 72 | 102 |
| Binary | 11011011 | 10110001 | 1110110 | 0 | 10011 | 101110 | 1110 | 100011 | 111010 | 1000010 |
Color Harmonies of #DBB176
Complementary color
Monochromatic Colors of #DBB176
Black with #DBB176
Text Example
Text Example
White with #DBB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB176; }
p { color: rgb(219,177,118); }
H1.HeaderClassName
{
color: #DBB176;
}
.AnyTagClassName
{
color: #DBB176;
}
</style>
background-color css
<style>
a { background-color: #DBB176; }
a { background-color: rgb(219,177,118); }
div.DivClassName
{
background-color: #DBB176;
}
.BgClassName
{
background-color: #DBB176;
}
</style>
border-color css
<style>
span { border-color: #DBB176; }
span { border-color: rgb(219,177,118); }
td.TdClassName
{
border-color: #DBB176;
}
.TagClassName
{
border-color: #DBB176;
}
</style>