Shades of Manhattan #DBAE84
Tints of Manhattan #DBAE84
RGB
CMYK
RGB Variations
Color information
#DBAE84 (or 0xDBAE84) is known color: Manhattan. HEX triplet: DB, AE and 84. RGB value is (219,174,132). Sum of RGB (Red+Green+Blue) = 219+174+132=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE84 is #24517B. Grayscale: #B6B6B6. Windows color (decimal): -2380156 or 8695515. OLE color: 8695515.
HSL color Cylindrical-coordinate representation of color #DBAE84: hue angle of 28.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAE84 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 132 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.14 |
| HSL | 28.97º | 0.55% | 0.69% | - |
| HSV(B) | 28.97º | 0.4% | 0.86% | - |
| XYZ | 48.51 | 47 | 28.34 | - |
| YUV | 182.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 132 | 0 | 0.21 | 0.40 | 0.14 | 28.97 | 0.55 | 0.69 |
| Hex | DB | AE | 84 | 0 | 15 | 28 | E | 1D | 37 | 45 |
| Octal | 333 | 256 | 204 | 0 | 25 | 50 | 16 | 35 | 67 | 105 |
| Binary | 11011011 | 10101110 | 10000100 | 0 | 10101 | 101000 | 1110 | 11101 | 110111 | 1000101 |
Color Harmonies of #DBAE84
Complementary color
Monochromatic Colors of #DBAE84
Black with #DBAE84
Text Example
Text Example
White with #DBAE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE84; }
p { color: rgb(219,174,132); }
H1.HeaderClassName
{
color: #DBAE84;
}
.AnyTagClassName
{
color: #DBAE84;
}
</style>
background-color css
<style>
a { background-color: #DBAE84; }
a { background-color: rgb(219,174,132); }
div.DivClassName
{
background-color: #DBAE84;
}
.BgClassName
{
background-color: #DBAE84;
}
</style>
border-color css
<style>
span { border-color: #DBAE84; }
span { border-color: rgb(219,174,132); }
td.TdClassName
{
border-color: #DBAE84;
}
.TagClassName
{
border-color: #DBAE84;
}
</style>