Shades of Manhattan #DCA871
Tints of Manhattan #DCA871
RGB
CMYK
RGB Variations
Color information
#DCA871 (or 0xDCA871) is known color: Manhattan. HEX triplet: DC, A8 and 71. RGB value is (220,168,113). Sum of RGB (Red+Green+Blue) = 220+168+113=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA871 is #23578E. Grayscale: #B1B1B1. Windows color (decimal): -2316175 or 7448796. OLE color: 7448796.
HSL color Cylindrical-coordinate representation of color #DCA871: hue angle of 30.84º 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 #DCA871 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 113 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.14 |
| HSL | 30.84º | 0.6% | 0.65% | - |
| HSV(B) | 30.84º | 0.49% | 0.86% | - |
| XYZ | 46.5 | 44.41 | 21.74 | - |
| YUV | 177.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 113 | 0 | 0.24 | 0.49 | 0.14 | 30.84 | 0.6 | 0.65 |
| Hex | DC | A8 | 71 | 0 | 18 | 31 | E | 1F | 3C | 41 |
| Octal | 334 | 250 | 161 | 0 | 30 | 61 | 16 | 37 | 74 | 101 |
| Binary | 11011100 | 10101000 | 1110001 | 0 | 11000 | 110001 | 1110 | 11111 | 111100 | 1000001 |
Color Harmonies of #DCA871
Complementary color
Monochromatic Colors of #DCA871
Black with #DCA871
Text Example
Text Example
White with #DCA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA871; }
p { color: rgb(220,168,113); }
H1.HeaderClassName
{
color: #DCA871;
}
.AnyTagClassName
{
color: #DCA871;
}
</style>
background-color css
<style>
a { background-color: #DCA871; }
a { background-color: rgb(220,168,113); }
div.DivClassName
{
background-color: #DCA871;
}
.BgClassName
{
background-color: #DCA871;
}
</style>
border-color css
<style>
span { border-color: #DCA871; }
span { border-color: rgb(220,168,113); }
td.TdClassName
{
border-color: #DCA871;
}
.TagClassName
{
border-color: #DCA871;
}
</style>