Shades of Manhattan #DCA770
Tints of Manhattan #DCA770
RGB
CMYK
RGB Variations
Color information
#DCA770 (or 0xDCA770) is known color: Manhattan. HEX triplet: DC, A7 and 70. RGB value is (220,167,112). Sum of RGB (Red+Green+Blue) = 220+167+112=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA770 is #23588F. Grayscale: #B0B0B0. Windows color (decimal): -2316432 or 7383004. OLE color: 7383004.
HSL color Cylindrical-coordinate representation of color #DCA770: hue angle of 30.56º degrees, saturation: 0.61, 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 #DCA770 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 112 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.14 |
| HSL | 30.56º | 0.61% | 0.65% | - |
| HSV(B) | 30.56º | 0.49% | 0.86% | - |
| XYZ | 46.26 | 44.02 | 21.39 | - |
| YUV | 176.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 112 | 0 | 0.24 | 0.49 | 0.14 | 30.56 | 0.61 | 0.65 |
| Hex | DC | A7 | 70 | 0 | 18 | 31 | E | 1F | 3D | 41 |
| Octal | 334 | 247 | 160 | 0 | 30 | 61 | 16 | 37 | 75 | 101 |
| Binary | 11011100 | 10100111 | 1110000 | 0 | 11000 | 110001 | 1110 | 11111 | 111101 | 1000001 |
Color Harmonies of #DCA770
Complementary color
Monochromatic Colors of #DCA770
Black with #DCA770
Text Example
Text Example
White with #DCA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA770; }
p { color: rgb(220,167,112); }
H1.HeaderClassName
{
color: #DCA770;
}
.AnyTagClassName
{
color: #DCA770;
}
</style>
background-color css
<style>
a { background-color: #DCA770; }
a { background-color: rgb(220,167,112); }
div.DivClassName
{
background-color: #DCA770;
}
.BgClassName
{
background-color: #DCA770;
}
</style>
border-color css
<style>
span { border-color: #DCA770; }
span { border-color: rgb(220,167,112); }
td.TdClassName
{
border-color: #DCA770;
}
.TagClassName
{
border-color: #DCA770;
}
</style>