Shades of Manhattan #DBAB74
Tints of Manhattan #DBAB74
RGB
CMYK
RGB Variations
Color information
#DBAB74 (or 0xDBAB74) is known color: Manhattan. HEX triplet: DB, AB and 74. RGB value is (219,171,116). Sum of RGB (Red+Green+Blue) = 219+171+116=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB74 is #24548B. Grayscale: #B3B3B3. Windows color (decimal): -2380940 or 7646171. OLE color: 7646171.
HSL color Cylindrical-coordinate representation of color #DBAB74: hue angle of 32.04º 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 #DBAB74 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 116 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.14 |
| HSL | 32.04º | 0.59% | 0.66% | - |
| HSV(B) | 32.04º | 0.47% | 0.86% | - |
| XYZ | 46.93 | 45.45 | 22.82 | - |
| YUV | 179.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 116 | 0 | 0.22 | 0.47 | 0.14 | 32.04 | 0.59 | 0.66 |
| Hex | DB | AB | 74 | 0 | 16 | 2F | E | 20 | 3B | 42 |
| Octal | 333 | 253 | 164 | 0 | 26 | 57 | 16 | 40 | 73 | 102 |
| Binary | 11011011 | 10101011 | 1110100 | 0 | 10110 | 101111 | 1110 | 100000 | 111011 | 1000010 |
Color Harmonies of #DBAB74
Complementary color
Monochromatic Colors of #DBAB74
Black with #DBAB74
Text Example
Text Example
White with #DBAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB74; }
p { color: rgb(219,171,116); }
H1.HeaderClassName
{
color: #DBAB74;
}
.AnyTagClassName
{
color: #DBAB74;
}
</style>
background-color css
<style>
a { background-color: #DBAB74; }
a { background-color: rgb(219,171,116); }
div.DivClassName
{
background-color: #DBAB74;
}
.BgClassName
{
background-color: #DBAB74;
}
</style>
border-color css
<style>
span { border-color: #DBAB74; }
span { border-color: rgb(219,171,116); }
td.TdClassName
{
border-color: #DBAB74;
}
.TagClassName
{
border-color: #DBAB74;
}
</style>