Shades of Manhattan #DCAA7D
Tints of Manhattan #DCAA7D
RGB
CMYK
RGB Variations
Color information
#DCAA7D (or 0xDCAA7D) is known color: Manhattan. HEX triplet: DC, AA and 7D. RGB value is (220,170,125). Sum of RGB (Red+Green+Blue) = 220+170+125=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA7D is #235582. Grayscale: #B4B4B4. Windows color (decimal): -2315651 or 8235740. OLE color: 8235740.
HSL color Cylindrical-coordinate representation of color #DCAA7D: hue angle of 28.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCAA7D is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 125 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.14 |
| HSL | 28.42º | 0.58% | 0.68% | - |
| HSV(B) | 28.42º | 0.43% | 0.86% | - |
| XYZ | 47.59 | 45.45 | 25.67 | - |
| YUV | 179.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 125 | 0 | 0.23 | 0.43 | 0.14 | 28.42 | 0.58 | 0.68 |
| Hex | DC | AA | 7D | 0 | 17 | 2B | E | 1C | 3A | 44 |
| Octal | 334 | 252 | 175 | 0 | 27 | 53 | 16 | 34 | 72 | 104 |
| Binary | 11011100 | 10101010 | 1111101 | 0 | 10111 | 101011 | 1110 | 11100 | 111010 | 1000100 |
Color Harmonies of #DCAA7D
Complementary color
Monochromatic Colors of #DCAA7D
Black with #DCAA7D
Text Example
Text Example
White with #DCAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA7D; }
p { color: rgb(220,170,125); }
H1.HeaderClassName
{
color: #DCAA7D;
}
.AnyTagClassName
{
color: #DCAA7D;
}
</style>
background-color css
<style>
a { background-color: #DCAA7D; }
a { background-color: rgb(220,170,125); }
div.DivClassName
{
background-color: #DCAA7D;
}
.BgClassName
{
background-color: #DCAA7D;
}
</style>
border-color css
<style>
span { border-color: #DCAA7D; }
span { border-color: rgb(220,170,125); }
td.TdClassName
{
border-color: #DCAA7D;
}
.TagClassName
{
border-color: #DCAA7D;
}
</style>