Shades of Manhattan #DBB17A
Tints of Manhattan #DBB17A
RGB
CMYK
RGB Variations
Color information
#DBB17A (or 0xDBB17A) is known color: Manhattan. HEX triplet: DB, B1 and 7A. RGB value is (219,177,122). Sum of RGB (Red+Green+Blue) = 219+177+122=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB17A is #244E85. Grayscale: #B7B7B7. Windows color (decimal): -2379398 or 8040923. OLE color: 8040923.
HSL color Cylindrical-coordinate representation of color #DBB17A: hue angle of 34.02º 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 #DBB17A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 122 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.14 |
| HSL | 34.02º | 0.57% | 0.67% | - |
| HSV(B) | 34.02º | 0.44% | 0.86% | - |
| XYZ | 48.45 | 47.91 | 25.11 | - |
| YUV | 183.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 122 | 0 | 0.19 | 0.44 | 0.14 | 34.02 | 0.57 | 0.67 |
| Hex | DB | B1 | 7A | 0 | 13 | 2C | E | 22 | 39 | 43 |
| Octal | 333 | 261 | 172 | 0 | 23 | 54 | 16 | 42 | 71 | 103 |
| Binary | 11011011 | 10110001 | 1111010 | 0 | 10011 | 101100 | 1110 | 100010 | 111001 | 1000011 |
Color Harmonies of #DBB17A
Complementary color
Monochromatic Colors of #DBB17A
Black with #DBB17A
Text Example
Text Example
White with #DBB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB17A; }
p { color: rgb(219,177,122); }
H1.HeaderClassName
{
color: #DBB17A;
}
.AnyTagClassName
{
color: #DBB17A;
}
</style>
background-color css
<style>
a { background-color: #DBB17A; }
a { background-color: rgb(219,177,122); }
div.DivClassName
{
background-color: #DBB17A;
}
.BgClassName
{
background-color: #DBB17A;
}
</style>
border-color css
<style>
span { border-color: #DBB17A; }
span { border-color: rgb(219,177,122); }
td.TdClassName
{
border-color: #DBB17A;
}
.TagClassName
{
border-color: #DBB17A;
}
</style>