Shades of Manhattan #DCAB73
Tints of Manhattan #DCAB73
RGB
CMYK
RGB Variations
Color information
#DCAB73 (or 0xDCAB73) is known color: Manhattan. HEX triplet: DC, AB and 73. RGB value is (220,171,115). Sum of RGB (Red+Green+Blue) = 220+171+115=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB73 is #23548C. Grayscale: #B3B3B3. Windows color (decimal): -2315405 or 7580636. OLE color: 7580636.
HSL color Cylindrical-coordinate representation of color #DCAB73: hue angle of 32º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCAB73 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 115 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.14 |
| HSL | 32º | 0.6% | 0.66% | - |
| HSV(B) | 32º | 0.48% | 0.86% | - |
| XYZ | 47.17 | 45.58 | 22.53 | - |
| YUV | 179.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 115 | 0 | 0.22 | 0.48 | 0.14 | 32 | 0.6 | 0.66 |
| Hex | DC | AB | 73 | 0 | 16 | 30 | E | 20 | 3C | 42 |
| Octal | 334 | 253 | 163 | 0 | 26 | 60 | 16 | 40 | 74 | 102 |
| Binary | 11011100 | 10101011 | 1110011 | 0 | 10110 | 110000 | 1110 | 100000 | 111100 | 1000010 |
Color Harmonies of #DCAB73
Complementary color
Monochromatic Colors of #DCAB73
Black with #DCAB73
Text Example
Text Example
White with #DCAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB73; }
p { color: rgb(220,171,115); }
H1.HeaderClassName
{
color: #DCAB73;
}
.AnyTagClassName
{
color: #DCAB73;
}
</style>
background-color css
<style>
a { background-color: #DCAB73; }
a { background-color: rgb(220,171,115); }
div.DivClassName
{
background-color: #DCAB73;
}
.BgClassName
{
background-color: #DCAB73;
}
</style>
border-color css
<style>
span { border-color: #DCAB73; }
span { border-color: rgb(220,171,115); }
td.TdClassName
{
border-color: #DCAB73;
}
.TagClassName
{
border-color: #DCAB73;
}
</style>