Shades of Manhattan #DBAE82
Tints of Manhattan #DBAE82
RGB
CMYK
RGB Variations
Color information
#DBAE82 (or 0xDBAE82) is known color: Manhattan. HEX triplet: DB, AE and 82. RGB value is (219,174,130). Sum of RGB (Red+Green+Blue) = 219+174+130=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE82 is #24517D. Grayscale: #B6B6B6. Windows color (decimal): -2380158 or 8564443. OLE color: 8564443.
HSL color Cylindrical-coordinate representation of color #DBAE82: hue angle of 29.66º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAE82 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 130 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.14 |
| HSL | 29.66º | 0.55% | 0.68% | - |
| HSV(B) | 29.66º | 0.41% | 0.86% | - |
| XYZ | 48.38 | 46.94 | 27.63 | - |
| YUV | 182.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 130 | 0 | 0.21 | 0.41 | 0.14 | 29.66 | 0.55 | 0.68 |
| Hex | DB | AE | 82 | 0 | 15 | 29 | E | 1E | 37 | 44 |
| Octal | 333 | 256 | 202 | 0 | 25 | 51 | 16 | 36 | 67 | 104 |
| Binary | 11011011 | 10101110 | 10000010 | 0 | 10101 | 101001 | 1110 | 11110 | 110111 | 1000100 |
Color Harmonies of #DBAE82
Complementary color
Monochromatic Colors of #DBAE82
Black with #DBAE82
Text Example
Text Example
White with #DBAE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE82; }
p { color: rgb(219,174,130); }
H1.HeaderClassName
{
color: #DBAE82;
}
.AnyTagClassName
{
color: #DBAE82;
}
</style>
background-color css
<style>
a { background-color: #DBAE82; }
a { background-color: rgb(219,174,130); }
div.DivClassName
{
background-color: #DBAE82;
}
.BgClassName
{
background-color: #DBAE82;
}
</style>
border-color css
<style>
span { border-color: #DBAE82; }
span { border-color: rgb(219,174,130); }
td.TdClassName
{
border-color: #DBAE82;
}
.TagClassName
{
border-color: #DBAE82;
}
</style>