Shades of Manhattan #DBB17B
Tints of Manhattan #DBB17B
RGB
CMYK
RGB Variations
Color information
#DBB17B (or 0xDBB17B) is known color: Manhattan. HEX triplet: DB, B1 and 7B. RGB value is (219,177,123). Sum of RGB (Red+Green+Blue) = 219+177+123=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB17B is #244E84. Grayscale: #B7B7B7. Windows color (decimal): -2379397 or 8106459. OLE color: 8106459.
HSL color Cylindrical-coordinate representation of color #DBB17B: hue angle of 33.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBB17B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 123 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.14 |
| HSL | 33.75º | 0.57% | 0.67% | - |
| HSV(B) | 33.75º | 0.44% | 0.86% | - |
| XYZ | 48.51 | 47.93 | 25.43 | - |
| YUV | 183.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 123 | 0 | 0.19 | 0.44 | 0.14 | 33.75 | 0.57 | 0.67 |
| Hex | DB | B1 | 7B | 0 | 13 | 2C | E | 22 | 39 | 43 |
| Octal | 333 | 261 | 173 | 0 | 23 | 54 | 16 | 42 | 71 | 103 |
| Binary | 11011011 | 10110001 | 1111011 | 0 | 10011 | 101100 | 1110 | 100010 | 111001 | 1000011 |
Color Harmonies of #DBB17B
Complementary color
Monochromatic Colors of #DBB17B
Black with #DBB17B
Text Example
Text Example
White with #DBB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB17B; }
p { color: rgb(219,177,123); }
H1.HeaderClassName
{
color: #DBB17B;
}
.AnyTagClassName
{
color: #DBB17B;
}
</style>
background-color css
<style>
a { background-color: #DBB17B; }
a { background-color: rgb(219,177,123); }
div.DivClassName
{
background-color: #DBB17B;
}
.BgClassName
{
background-color: #DBB17B;
}
</style>
border-color css
<style>
span { border-color: #DBB17B; }
span { border-color: rgb(219,177,123); }
td.TdClassName
{
border-color: #DBB17B;
}
.TagClassName
{
border-color: #DBB17B;
}
</style>