Shades of Manhattan #DCA874
Tints of Manhattan #DCA874
RGB
CMYK
RGB Variations
Color information
#DCA874 (or 0xDCA874) is known color: Manhattan. HEX triplet: DC, A8 and 74. RGB value is (220,168,116). Sum of RGB (Red+Green+Blue) = 220+168+116=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA874 is #23578B. Grayscale: #B1B1B1. Windows color (decimal): -2316172 or 7645404. OLE color: 7645404.
HSL color Cylindrical-coordinate representation of color #DCA874: hue angle of 30º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCA874 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 116 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.14 |
| HSL | 30º | 0.6% | 0.66% | - |
| HSV(B) | 30º | 0.47% | 0.86% | - |
| XYZ | 46.67 | 44.48 | 22.65 | - |
| YUV | 177.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 116 | 0 | 0.24 | 0.47 | 0.14 | 30 | 0.6 | 0.66 |
| Hex | DC | A8 | 74 | 0 | 18 | 2F | E | 1E | 3C | 42 |
| Octal | 334 | 250 | 164 | 0 | 30 | 57 | 16 | 36 | 74 | 102 |
| Binary | 11011100 | 10101000 | 1110100 | 0 | 11000 | 101111 | 1110 | 11110 | 111100 | 1000010 |
Color Harmonies of #DCA874
Complementary color
Monochromatic Colors of #DCA874
Black with #DCA874
Text Example
Text Example
White with #DCA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA874; }
p { color: rgb(220,168,116); }
H1.HeaderClassName
{
color: #DCA874;
}
.AnyTagClassName
{
color: #DCA874;
}
</style>
background-color css
<style>
a { background-color: #DCA874; }
a { background-color: rgb(220,168,116); }
div.DivClassName
{
background-color: #DCA874;
}
.BgClassName
{
background-color: #DCA874;
}
</style>
border-color css
<style>
span { border-color: #DCA874; }
span { border-color: rgb(220,168,116); }
td.TdClassName
{
border-color: #DCA874;
}
.TagClassName
{
border-color: #DCA874;
}
</style>