Shades of Manhattan #DBB078
Tints of Manhattan #DBB078
RGB
CMYK
RGB Variations
Color information
#DBB078 (or 0xDBB078) is known color: Manhattan. HEX triplet: DB, B0 and 78. RGB value is (219,176,120). Sum of RGB (Red+Green+Blue) = 219+176+120=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB078 is #244F87. Grayscale: #B6B6B6. Windows color (decimal): -2379656 or 7909595. OLE color: 7909595.
HSL color Cylindrical-coordinate representation of color #DBB078: hue angle of 33.94º 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 #DBB078 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 120 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.14 |
| HSL | 33.94º | 0.58% | 0.66% | - |
| HSV(B) | 33.94º | 0.45% | 0.86% | - |
| XYZ | 48.13 | 47.47 | 24.39 | - |
| YUV | 182.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 120 | 0 | 0.20 | 0.45 | 0.14 | 33.94 | 0.58 | 0.66 |
| Hex | DB | B0 | 78 | 0 | 14 | 2D | E | 22 | 3A | 42 |
| Octal | 333 | 260 | 170 | 0 | 24 | 55 | 16 | 42 | 72 | 102 |
| Binary | 11011011 | 10110000 | 1111000 | 0 | 10100 | 101101 | 1110 | 100010 | 111010 | 1000010 |
Color Harmonies of #DBB078
Complementary color
Monochromatic Colors of #DBB078
Black with #DBB078
Text Example
Text Example
White with #DBB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB078; }
p { color: rgb(219,176,120); }
H1.HeaderClassName
{
color: #DBB078;
}
.AnyTagClassName
{
color: #DBB078;
}
</style>
background-color css
<style>
a { background-color: #DBB078; }
a { background-color: rgb(219,176,120); }
div.DivClassName
{
background-color: #DBB078;
}
.BgClassName
{
background-color: #DBB078;
}
</style>
border-color css
<style>
span { border-color: #DBB078; }
span { border-color: rgb(219,176,120); }
td.TdClassName
{
border-color: #DBB078;
}
.TagClassName
{
border-color: #DBB078;
}
</style>