Shades of Manhattan #DBAE85
Tints of Manhattan #DBAE85
RGB
CMYK
RGB Variations
Color information
#DBAE85 (or 0xDBAE85) is known color: Manhattan. HEX triplet: DB, AE and 85. RGB value is (219,174,133). Sum of RGB (Red+Green+Blue) = 219+174+133=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE85 is #24517A. Grayscale: #B6B6B6. Windows color (decimal): -2380155 or 8761051. OLE color: 8761051.
HSL color Cylindrical-coordinate representation of color #DBAE85: hue angle of 28.6º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBAE85 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 133 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.14 |
| HSL | 28.6º | 0.54% | 0.69% | - |
| HSV(B) | 28.6º | 0.39% | 0.86% | - |
| XYZ | 48.58 | 47.03 | 28.71 | - |
| YUV | 182.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 133 | 0 | 0.21 | 0.39 | 0.14 | 28.6 | 0.54 | 0.69 |
| Hex | DB | AE | 85 | 0 | 15 | 27 | E | 1D | 36 | 45 |
| Octal | 333 | 256 | 205 | 0 | 25 | 47 | 16 | 35 | 66 | 105 |
| Binary | 11011011 | 10101110 | 10000101 | 0 | 10101 | 100111 | 1110 | 11101 | 110110 | 1000101 |
Color Harmonies of #DBAE85
Complementary color
Monochromatic Colors of #DBAE85
Black with #DBAE85
Text Example
Text Example
White with #DBAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE85; }
p { color: rgb(219,174,133); }
H1.HeaderClassName
{
color: #DBAE85;
}
.AnyTagClassName
{
color: #DBAE85;
}
</style>
background-color css
<style>
a { background-color: #DBAE85; }
a { background-color: rgb(219,174,133); }
div.DivClassName
{
background-color: #DBAE85;
}
.BgClassName
{
background-color: #DBAE85;
}
</style>
border-color css
<style>
span { border-color: #DBAE85; }
span { border-color: rgb(219,174,133); }
td.TdClassName
{
border-color: #DBAE85;
}
.TagClassName
{
border-color: #DBAE85;
}
</style>