Shades of Manhattan #DCAC7F
Tints of Manhattan #DCAC7F
RGB
CMYK
RGB Variations
Color information
#DCAC7F (or 0xDCAC7F) is known color: Manhattan. HEX triplet: DC, AC and 7F. RGB value is (220,172,127). Sum of RGB (Red+Green+Blue) = 220+172+127=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC7F is #235380. Grayscale: #B5B5B5. Windows color (decimal): -2315137 or 8367324. OLE color: 8367324.
HSL color Cylindrical-coordinate representation of color #DCAC7F: hue angle of 29.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCAC7F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 127 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.14 |
| HSL | 29.03º | 0.57% | 0.68% | - |
| HSV(B) | 29.03º | 0.42% | 0.86% | - |
| XYZ | 48.1 | 46.25 | 26.47 | - |
| YUV | 181.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 127 | 0 | 0.22 | 0.42 | 0.14 | 29.03 | 0.57 | 0.68 |
| Hex | DC | AC | 7F | 0 | 16 | 2A | E | 1D | 39 | 44 |
| Octal | 334 | 254 | 177 | 0 | 26 | 52 | 16 | 35 | 71 | 104 |
| Binary | 11011100 | 10101100 | 1111111 | 0 | 10110 | 101010 | 1110 | 11101 | 111001 | 1000100 |
Color Harmonies of #DCAC7F
Complementary color
Monochromatic Colors of #DCAC7F
Black with #DCAC7F
Text Example
Text Example
White with #DCAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC7F; }
p { color: rgb(220,172,127); }
H1.HeaderClassName
{
color: #DCAC7F;
}
.AnyTagClassName
{
color: #DCAC7F;
}
</style>
background-color css
<style>
a { background-color: #DCAC7F; }
a { background-color: rgb(220,172,127); }
div.DivClassName
{
background-color: #DCAC7F;
}
.BgClassName
{
background-color: #DCAC7F;
}
</style>
border-color css
<style>
span { border-color: #DCAC7F; }
span { border-color: rgb(220,172,127); }
td.TdClassName
{
border-color: #DCAC7F;
}
.TagClassName
{
border-color: #DCAC7F;
}
</style>