Shades of Manhattan #DCAB77
Tints of Manhattan #DCAB77
RGB
CMYK
RGB Variations
Color information
#DCAB77 (or 0xDCAB77) is known color: Manhattan. HEX triplet: DC, AB and 77. RGB value is (220,171,119). Sum of RGB (Red+Green+Blue) = 220+171+119=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB77 is #235488. Grayscale: #B3B3B3. Windows color (decimal): -2315401 or 7842780. OLE color: 7842780.
HSL color Cylindrical-coordinate representation of color #DCAB77: hue angle of 30.89º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCAB77 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 119 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.14 |
| HSL | 30.89º | 0.59% | 0.66% | - |
| HSV(B) | 30.89º | 0.46% | 0.86% | - |
| XYZ | 47.41 | 45.67 | 23.77 | - |
| YUV | 179.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 119 | 0 | 0.22 | 0.46 | 0.14 | 30.89 | 0.59 | 0.66 |
| Hex | DC | AB | 77 | 0 | 16 | 2E | E | 1F | 3B | 42 |
| Octal | 334 | 253 | 167 | 0 | 26 | 56 | 16 | 37 | 73 | 102 |
| Binary | 11011100 | 10101011 | 1110111 | 0 | 10110 | 101110 | 1110 | 11111 | 111011 | 1000010 |
Color Harmonies of #DCAB77
Complementary color
Monochromatic Colors of #DCAB77
Black with #DCAB77
Text Example
Text Example
White with #DCAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB77; }
p { color: rgb(220,171,119); }
H1.HeaderClassName
{
color: #DCAB77;
}
.AnyTagClassName
{
color: #DCAB77;
}
</style>
background-color css
<style>
a { background-color: #DCAB77; }
a { background-color: rgb(220,171,119); }
div.DivClassName
{
background-color: #DCAB77;
}
.BgClassName
{
background-color: #DCAB77;
}
</style>
border-color css
<style>
span { border-color: #DCAB77; }
span { border-color: rgb(220,171,119); }
td.TdClassName
{
border-color: #DCAB77;
}
.TagClassName
{
border-color: #DCAB77;
}
</style>