Shades of Manhattan #DCAA7C
Tints of Manhattan #DCAA7C
RGB
CMYK
RGB Variations
Color information
#DCAA7C (or 0xDCAA7C) is known color: Manhattan. HEX triplet: DC, AA and 7C. RGB value is (220,170,124). Sum of RGB (Red+Green+Blue) = 220+170+124=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA7C is #235583. Grayscale: #B3B3B3. Windows color (decimal): -2315652 or 8170204. OLE color: 8170204.
HSL color Cylindrical-coordinate representation of color #DCAA7C: hue angle of 28.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCAA7C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 124 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.14 |
| HSL | 28.75º | 0.58% | 0.67% | - |
| HSV(B) | 28.75º | 0.44% | 0.86% | - |
| XYZ | 47.53 | 45.42 | 25.33 | - |
| YUV | 179.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 124 | 0 | 0.23 | 0.44 | 0.14 | 28.75 | 0.58 | 0.67 |
| Hex | DC | AA | 7C | 0 | 17 | 2C | E | 1D | 3A | 43 |
| Octal | 334 | 252 | 174 | 0 | 27 | 54 | 16 | 35 | 72 | 103 |
| Binary | 11011100 | 10101010 | 1111100 | 0 | 10111 | 101100 | 1110 | 11101 | 111010 | 1000011 |
Color Harmonies of #DCAA7C
Complementary color
Monochromatic Colors of #DCAA7C
Black with #DCAA7C
Text Example
Text Example
White with #DCAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA7C; }
p { color: rgb(220,170,124); }
H1.HeaderClassName
{
color: #DCAA7C;
}
.AnyTagClassName
{
color: #DCAA7C;
}
</style>
background-color css
<style>
a { background-color: #DCAA7C; }
a { background-color: rgb(220,170,124); }
div.DivClassName
{
background-color: #DCAA7C;
}
.BgClassName
{
background-color: #DCAA7C;
}
</style>
border-color css
<style>
span { border-color: #DCAA7C; }
span { border-color: rgb(220,170,124); }
td.TdClassName
{
border-color: #DCAA7C;
}
.TagClassName
{
border-color: #DCAA7C;
}
</style>