Shades of Manhattan #DBAA74
Tints of Manhattan #DBAA74
RGB
CMYK
RGB Variations
Color information
#DBAA74 (or 0xDBAA74) is known color: Manhattan. HEX triplet: DB, AA and 74. RGB value is (219,170,116). Sum of RGB (Red+Green+Blue) = 219+170+116=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA74 is #24558B. Grayscale: #B2B2B2. Windows color (decimal): -2381196 or 7645915. OLE color: 7645915.
HSL color Cylindrical-coordinate representation of color #DBAA74: hue angle of 31.46º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAA74 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 116 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.14 |
| HSL | 31.46º | 0.59% | 0.66% | - |
| HSV(B) | 31.46º | 0.47% | 0.86% | - |
| XYZ | 46.74 | 45.07 | 22.76 | - |
| YUV | 178.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 116 | 0 | 0.22 | 0.47 | 0.14 | 31.46 | 0.59 | 0.66 |
| Hex | DB | AA | 74 | 0 | 16 | 2F | E | 1F | 3B | 42 |
| Octal | 333 | 252 | 164 | 0 | 26 | 57 | 16 | 37 | 73 | 102 |
| Binary | 11011011 | 10101010 | 1110100 | 0 | 10110 | 101111 | 1110 | 11111 | 111011 | 1000010 |
Color Harmonies of #DBAA74
Complementary color
Monochromatic Colors of #DBAA74
Black with #DBAA74
Text Example
Text Example
White with #DBAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA74; }
p { color: rgb(219,170,116); }
H1.HeaderClassName
{
color: #DBAA74;
}
.AnyTagClassName
{
color: #DBAA74;
}
</style>
background-color css
<style>
a { background-color: #DBAA74; }
a { background-color: rgb(219,170,116); }
div.DivClassName
{
background-color: #DBAA74;
}
.BgClassName
{
background-color: #DBAA74;
}
</style>
border-color css
<style>
span { border-color: #DBAA74; }
span { border-color: rgb(219,170,116); }
td.TdClassName
{
border-color: #DBAA74;
}
.TagClassName
{
border-color: #DBAA74;
}
</style>