Shades of Manhattan #DCAC7D
Tints of Manhattan #DCAC7D
RGB
CMYK
RGB Variations
Color information
#DCAC7D (or 0xDCAC7D) is known color: Manhattan. HEX triplet: DC, AC and 7D. RGB value is (220,172,125). Sum of RGB (Red+Green+Blue) = 220+172+125=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC7D is #235382. Grayscale: #B5B5B5. Windows color (decimal): -2315139 or 8236252. OLE color: 8236252.
HSL color Cylindrical-coordinate representation of color #DCAC7D: hue angle of 29.68º 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 #DCAC7D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 125 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.14 |
| HSL | 29.68º | 0.58% | 0.68% | - |
| HSV(B) | 29.68º | 0.43% | 0.86% | - |
| XYZ | 47.97 | 46.2 | 25.79 | - |
| YUV | 180.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 125 | 0 | 0.22 | 0.43 | 0.14 | 29.68 | 0.58 | 0.68 |
| Hex | DC | AC | 7D | 0 | 16 | 2B | E | 1E | 3A | 44 |
| Octal | 334 | 254 | 175 | 0 | 26 | 53 | 16 | 36 | 72 | 104 |
| Binary | 11011100 | 10101100 | 1111101 | 0 | 10110 | 101011 | 1110 | 11110 | 111010 | 1000100 |
Color Harmonies of #DCAC7D
Complementary color
Monochromatic Colors of #DCAC7D
Black with #DCAC7D
Text Example
Text Example
White with #DCAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC7D; }
p { color: rgb(220,172,125); }
H1.HeaderClassName
{
color: #DCAC7D;
}
.AnyTagClassName
{
color: #DCAC7D;
}
</style>
background-color css
<style>
a { background-color: #DCAC7D; }
a { background-color: rgb(220,172,125); }
div.DivClassName
{
background-color: #DCAC7D;
}
.BgClassName
{
background-color: #DCAC7D;
}
</style>
border-color css
<style>
span { border-color: #DCAC7D; }
span { border-color: rgb(220,172,125); }
td.TdClassName
{
border-color: #DCAC7D;
}
.TagClassName
{
border-color: #DCAC7D;
}
</style>