Shades of Manhattan #DBB175
Tints of Manhattan #DBB175
RGB
CMYK
RGB Variations
Color information
#DBB175 (or 0xDBB175) is known color: Manhattan. HEX triplet: DB, B1 and 75. RGB value is (219,177,117). Sum of RGB (Red+Green+Blue) = 219+177+117=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB175 is #244E8A. Grayscale: #B7B7B7. Windows color (decimal): -2379403 or 7713243. OLE color: 7713243.
HSL color Cylindrical-coordinate representation of color #DBB175: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBB175 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 117 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 35.29º | 0.59% | 0.66% | - |
| HSV(B) | 35.29º | 0.47% | 0.86% | - |
| XYZ | 48.15 | 47.79 | 23.52 | - |
| YUV | 182.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 117 | 0 | 0.19 | 0.47 | 0.14 | 35.29 | 0.59 | 0.66 |
| Hex | DB | B1 | 75 | 0 | 13 | 2F | E | 23 | 3B | 42 |
| Octal | 333 | 261 | 165 | 0 | 23 | 57 | 16 | 43 | 73 | 102 |
| Binary | 11011011 | 10110001 | 1110101 | 0 | 10011 | 101111 | 1110 | 100011 | 111011 | 1000010 |
Color Harmonies of #DBB175
Complementary color
Monochromatic Colors of #DBB175
Black with #DBB175
Text Example
Text Example
White with #DBB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB175; }
p { color: rgb(219,177,117); }
H1.HeaderClassName
{
color: #DBB175;
}
.AnyTagClassName
{
color: #DBB175;
}
</style>
background-color css
<style>
a { background-color: #DBB175; }
a { background-color: rgb(219,177,117); }
div.DivClassName
{
background-color: #DBB175;
}
.BgClassName
{
background-color: #DBB175;
}
</style>
border-color css
<style>
span { border-color: #DBB175; }
span { border-color: rgb(219,177,117); }
td.TdClassName
{
border-color: #DBB175;
}
.TagClassName
{
border-color: #DBB175;
}
</style>