Shades of Manhattan #DBAE7B
Tints of Manhattan #DBAE7B
RGB
CMYK
RGB Variations
Color information
#DBAE7B (or 0xDBAE7B) is known color: Manhattan. HEX triplet: DB, AE and 7B. RGB value is (219,174,123). Sum of RGB (Red+Green+Blue) = 219+174+123=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE7B is #245184. Grayscale: #B5B5B5. Windows color (decimal): -2380165 or 8105691. OLE color: 8105691.
HSL color Cylindrical-coordinate representation of color #DBAE7B: hue angle of 31.88º 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 #DBAE7B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 123 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.14 |
| HSL | 31.88º | 0.57% | 0.67% | - |
| HSV(B) | 31.88º | 0.44% | 0.86% | - |
| XYZ | 47.92 | 46.76 | 25.24 | - |
| YUV | 181.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 123 | 0 | 0.21 | 0.44 | 0.14 | 31.88 | 0.57 | 0.67 |
| Hex | DB | AE | 7B | 0 | 15 | 2C | E | 20 | 39 | 43 |
| Octal | 333 | 256 | 173 | 0 | 25 | 54 | 16 | 40 | 71 | 103 |
| Binary | 11011011 | 10101110 | 1111011 | 0 | 10101 | 101100 | 1110 | 100000 | 111001 | 1000011 |
Color Harmonies of #DBAE7B
Complementary color
Monochromatic Colors of #DBAE7B
Black with #DBAE7B
Text Example
Text Example
White with #DBAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE7B; }
p { color: rgb(219,174,123); }
H1.HeaderClassName
{
color: #DBAE7B;
}
.AnyTagClassName
{
color: #DBAE7B;
}
</style>
background-color css
<style>
a { background-color: #DBAE7B; }
a { background-color: rgb(219,174,123); }
div.DivClassName
{
background-color: #DBAE7B;
}
.BgClassName
{
background-color: #DBAE7B;
}
</style>
border-color css
<style>
span { border-color: #DBAE7B; }
span { border-color: rgb(219,174,123); }
td.TdClassName
{
border-color: #DBAE7B;
}
.TagClassName
{
border-color: #DBAE7B;
}
</style>