Shades of Manhattan #DBAE7A
Tints of Manhattan #DBAE7A
RGB
CMYK
RGB Variations
Color information
#DBAE7A (or 0xDBAE7A) is known color: Manhattan. HEX triplet: DB, AE and 7A. RGB value is (219,174,122). Sum of RGB (Red+Green+Blue) = 219+174+122=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE7A is #245185. Grayscale: #B5B5B5. Windows color (decimal): -2380166 or 8040155. OLE color: 8040155.
HSL color Cylindrical-coordinate representation of color #DBAE7A: hue angle of 32.16º 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 #DBAE7A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 122 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.14 |
| HSL | 32.16º | 0.57% | 0.67% | - |
| HSV(B) | 32.16º | 0.44% | 0.86% | - |
| XYZ | 47.86 | 46.74 | 24.91 | - |
| YUV | 181.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 122 | 0 | 0.21 | 0.44 | 0.14 | 32.16 | 0.57 | 0.67 |
| Hex | DB | AE | 7A | 0 | 15 | 2C | E | 20 | 39 | 43 |
| Octal | 333 | 256 | 172 | 0 | 25 | 54 | 16 | 40 | 71 | 103 |
| Binary | 11011011 | 10101110 | 1111010 | 0 | 10101 | 101100 | 1110 | 100000 | 111001 | 1000011 |
Color Harmonies of #DBAE7A
Complementary color
Monochromatic Colors of #DBAE7A
Black with #DBAE7A
Text Example
Text Example
White with #DBAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE7A; }
p { color: rgb(219,174,122); }
H1.HeaderClassName
{
color: #DBAE7A;
}
.AnyTagClassName
{
color: #DBAE7A;
}
</style>
background-color css
<style>
a { background-color: #DBAE7A; }
a { background-color: rgb(219,174,122); }
div.DivClassName
{
background-color: #DBAE7A;
}
.BgClassName
{
background-color: #DBAE7A;
}
</style>
border-color css
<style>
span { border-color: #DBAE7A; }
span { border-color: rgb(219,174,122); }
td.TdClassName
{
border-color: #DBAE7A;
}
.TagClassName
{
border-color: #DBAE7A;
}
</style>