Shades of Manhattan #DCA873
Tints of Manhattan #DCA873
RGB
CMYK
RGB Variations
Color information
#DCA873 (or 0xDCA873) is known color: Manhattan. HEX triplet: DC, A8 and 73. RGB value is (220,168,115). Sum of RGB (Red+Green+Blue) = 220+168+115=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA873 is #23578C. Grayscale: #B1B1B1. Windows color (decimal): -2316173 or 7579868. OLE color: 7579868.
HSL color Cylindrical-coordinate representation of color #DCA873: hue angle of 30.29º 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 #DCA873 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 115 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.14 |
| HSL | 30.29º | 0.6% | 0.66% | - |
| HSV(B) | 30.29º | 0.48% | 0.86% | - |
| XYZ | 46.61 | 44.46 | 22.34 | - |
| YUV | 177.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 115 | 0 | 0.24 | 0.48 | 0.14 | 30.29 | 0.6 | 0.66 |
| Hex | DC | A8 | 73 | 0 | 18 | 30 | E | 1E | 3C | 42 |
| Octal | 334 | 250 | 163 | 0 | 30 | 60 | 16 | 36 | 74 | 102 |
| Binary | 11011100 | 10101000 | 1110011 | 0 | 11000 | 110000 | 1110 | 11110 | 111100 | 1000010 |
Color Harmonies of #DCA873
Complementary color
Monochromatic Colors of #DCA873
Black with #DCA873
Text Example
Text Example
White with #DCA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA873; }
p { color: rgb(220,168,115); }
H1.HeaderClassName
{
color: #DCA873;
}
.AnyTagClassName
{
color: #DCA873;
}
</style>
background-color css
<style>
a { background-color: #DCA873; }
a { background-color: rgb(220,168,115); }
div.DivClassName
{
background-color: #DCA873;
}
.BgClassName
{
background-color: #DCA873;
}
</style>
border-color css
<style>
span { border-color: #DCA873; }
span { border-color: rgb(220,168,115); }
td.TdClassName
{
border-color: #DCA873;
}
.TagClassName
{
border-color: #DCA873;
}
</style>