Shades of Manhattan #DCA978
Tints of Manhattan #DCA978
RGB
CMYK
RGB Variations
Color information
#DCA978 (or 0xDCA978) is known color: Manhattan. HEX triplet: DC, A9 and 78. RGB value is (220,169,120). Sum of RGB (Red+Green+Blue) = 220+169+120=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA978 is #235687. Grayscale: #B2B2B2. Windows color (decimal): -2315912 or 7907804. OLE color: 7907804.
HSL color Cylindrical-coordinate representation of color #DCA978: hue angle of 29.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCA978 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 120 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.14 |
| HSL | 29.4º | 0.59% | 0.67% | - |
| HSV(B) | 29.4º | 0.45% | 0.86% | - |
| XYZ | 47.09 | 44.95 | 23.96 | - |
| YUV | 178.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 120 | 0 | 0.23 | 0.45 | 0.14 | 29.4 | 0.59 | 0.67 |
| Hex | DC | A9 | 78 | 0 | 17 | 2D | E | 1D | 3B | 43 |
| Octal | 334 | 251 | 170 | 0 | 27 | 55 | 16 | 35 | 73 | 103 |
| Binary | 11011100 | 10101001 | 1111000 | 0 | 10111 | 101101 | 1110 | 11101 | 111011 | 1000011 |
Color Harmonies of #DCA978
Complementary color
Monochromatic Colors of #DCA978
Black with #DCA978
Text Example
Text Example
White with #DCA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA978; }
p { color: rgb(220,169,120); }
H1.HeaderClassName
{
color: #DCA978;
}
.AnyTagClassName
{
color: #DCA978;
}
</style>
background-color css
<style>
a { background-color: #DCA978; }
a { background-color: rgb(220,169,120); }
div.DivClassName
{
background-color: #DCA978;
}
.BgClassName
{
background-color: #DCA978;
}
</style>
border-color css
<style>
span { border-color: #DCA978; }
span { border-color: rgb(220,169,120); }
td.TdClassName
{
border-color: #DCA978;
}
.TagClassName
{
border-color: #DCA978;
}
</style>