Shades of Manhattan #DBB076
Tints of Manhattan #DBB076
RGB
CMYK
RGB Variations
Color information
#DBB076 (or 0xDBB076) is known color: Manhattan. HEX triplet: DB, B0 and 76. RGB value is (219,176,118). Sum of RGB (Red+Green+Blue) = 219+176+118=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB076 is #244F89. Grayscale: #B6B6B6. Windows color (decimal): -2379658 or 7778523. OLE color: 7778523.
HSL color Cylindrical-coordinate representation of color #DBB076: hue angle of 34.46º 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 #DBB076 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 118 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.14 |
| HSL | 34.46º | 0.58% | 0.66% | - |
| HSV(B) | 34.46º | 0.46% | 0.86% | - |
| XYZ | 48.01 | 47.42 | 23.76 | - |
| YUV | 182.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 118 | 0 | 0.20 | 0.46 | 0.14 | 34.46 | 0.58 | 0.66 |
| Hex | DB | B0 | 76 | 0 | 14 | 2E | E | 22 | 3A | 42 |
| Octal | 333 | 260 | 166 | 0 | 24 | 56 | 16 | 42 | 72 | 102 |
| Binary | 11011011 | 10110000 | 1110110 | 0 | 10100 | 101110 | 1110 | 100010 | 111010 | 1000010 |
Color Harmonies of #DBB076
Complementary color
Monochromatic Colors of #DBB076
Black with #DBB076
Text Example
Text Example
White with #DBB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB076; }
p { color: rgb(219,176,118); }
H1.HeaderClassName
{
color: #DBB076;
}
.AnyTagClassName
{
color: #DBB076;
}
</style>
background-color css
<style>
a { background-color: #DBB076; }
a { background-color: rgb(219,176,118); }
div.DivClassName
{
background-color: #DBB076;
}
.BgClassName
{
background-color: #DBB076;
}
</style>
border-color css
<style>
span { border-color: #DBB076; }
span { border-color: rgb(219,176,118); }
td.TdClassName
{
border-color: #DBB076;
}
.TagClassName
{
border-color: #DBB076;
}
</style>