Shades of Manhattan #DCAB71
Tints of Manhattan #DCAB71
RGB
CMYK
RGB Variations
Color information
#DCAB71 (or 0xDCAB71) is known color: Manhattan. HEX triplet: DC, AB and 71. RGB value is (220,171,113). Sum of RGB (Red+Green+Blue) = 220+171+113=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB71 is #23548E. Grayscale: #B3B3B3. Windows color (decimal): -2315407 or 7449564. OLE color: 7449564.
HSL color Cylindrical-coordinate representation of color #DCAB71: hue angle of 32.52º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCAB71 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 113 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.14 |
| HSL | 32.52º | 0.6% | 0.65% | - |
| HSV(B) | 32.52º | 0.49% | 0.86% | - |
| XYZ | 47.06 | 45.53 | 21.93 | - |
| YUV | 179.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 113 | 0 | 0.22 | 0.49 | 0.14 | 32.52 | 0.6 | 0.65 |
| Hex | DC | AB | 71 | 0 | 16 | 31 | E | 21 | 3C | 41 |
| Octal | 334 | 253 | 161 | 0 | 26 | 61 | 16 | 41 | 74 | 101 |
| Binary | 11011100 | 10101011 | 1110001 | 0 | 10110 | 110001 | 1110 | 100001 | 111100 | 1000001 |
Color Harmonies of #DCAB71
Complementary color
Monochromatic Colors of #DCAB71
Black with #DCAB71
Text Example
Text Example
White with #DCAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB71; }
p { color: rgb(220,171,113); }
H1.HeaderClassName
{
color: #DCAB71;
}
.AnyTagClassName
{
color: #DCAB71;
}
</style>
background-color css
<style>
a { background-color: #DCAB71; }
a { background-color: rgb(220,171,113); }
div.DivClassName
{
background-color: #DCAB71;
}
.BgClassName
{
background-color: #DCAB71;
}
</style>
border-color css
<style>
span { border-color: #DCAB71; }
span { border-color: rgb(220,171,113); }
td.TdClassName
{
border-color: #DCAB71;
}
.TagClassName
{
border-color: #DCAB71;
}
</style>