Shades of Manhattan #DBB07D
Tints of Manhattan #DBB07D
RGB
CMYK
RGB Variations
Color information
#DBB07D (or 0xDBB07D) is known color: Manhattan. HEX triplet: DB, B0 and 7D. RGB value is (219,176,125). Sum of RGB (Red+Green+Blue) = 219+176+125=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB07D is #244F82. Grayscale: #B7B7B7. Windows color (decimal): -2379651 or 8237275. OLE color: 8237275.
HSL color Cylindrical-coordinate representation of color #DBB07D: hue angle of 32.55º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBB07D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 125 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.14 |
| HSL | 32.55º | 0.57% | 0.67% | - |
| HSV(B) | 32.55º | 0.43% | 0.86% | - |
| XYZ | 48.44 | 47.59 | 26.04 | - |
| YUV | 183.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 125 | 0 | 0.20 | 0.43 | 0.14 | 32.55 | 0.57 | 0.67 |
| Hex | DB | B0 | 7D | 0 | 14 | 2B | E | 21 | 39 | 43 |
| Octal | 333 | 260 | 175 | 0 | 24 | 53 | 16 | 41 | 71 | 103 |
| Binary | 11011011 | 10110000 | 1111101 | 0 | 10100 | 101011 | 1110 | 100001 | 111001 | 1000011 |
Color Harmonies of #DBB07D
Complementary color
Monochromatic Colors of #DBB07D
Black with #DBB07D
Text Example
Text Example
White with #DBB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB07D; }
p { color: rgb(219,176,125); }
H1.HeaderClassName
{
color: #DBB07D;
}
.AnyTagClassName
{
color: #DBB07D;
}
</style>
background-color css
<style>
a { background-color: #DBB07D; }
a { background-color: rgb(219,176,125); }
div.DivClassName
{
background-color: #DBB07D;
}
.BgClassName
{
background-color: #DBB07D;
}
</style>
border-color css
<style>
span { border-color: #DBB07D; }
span { border-color: rgb(219,176,125); }
td.TdClassName
{
border-color: #DBB07D;
}
.TagClassName
{
border-color: #DBB07D;
}
</style>