Shades of Manhattan #DCAC79
Tints of Manhattan #DCAC79
RGB
CMYK
RGB Variations
Color information
#DCAC79 (or 0xDCAC79) is known color: Manhattan. HEX triplet: DC, AC and 79. RGB value is (220,172,121). Sum of RGB (Red+Green+Blue) = 220+172+121=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC79 is #235386. Grayscale: #B4B4B4. Windows color (decimal): -2315143 or 7974108. OLE color: 7974108.
HSL color Cylindrical-coordinate representation of color #DCAC79: hue angle of 30.91º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCAC79 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 121 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.14 |
| HSL | 30.91º | 0.59% | 0.67% | - |
| HSV(B) | 30.91º | 0.45% | 0.86% | - |
| XYZ | 47.72 | 46.1 | 24.47 | - |
| YUV | 180.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 121 | 0 | 0.22 | 0.45 | 0.14 | 30.91 | 0.59 | 0.67 |
| Hex | DC | AC | 79 | 0 | 16 | 2D | E | 1F | 3B | 43 |
| Octal | 334 | 254 | 171 | 0 | 26 | 55 | 16 | 37 | 73 | 103 |
| Binary | 11011100 | 10101100 | 1111001 | 0 | 10110 | 101101 | 1110 | 11111 | 111011 | 1000011 |
Color Harmonies of #DCAC79
Complementary color
Monochromatic Colors of #DCAC79
Black with #DCAC79
Text Example
Text Example
White with #DCAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC79; }
p { color: rgb(220,172,121); }
H1.HeaderClassName
{
color: #DCAC79;
}
.AnyTagClassName
{
color: #DCAC79;
}
</style>
background-color css
<style>
a { background-color: #DCAC79; }
a { background-color: rgb(220,172,121); }
div.DivClassName
{
background-color: #DCAC79;
}
.BgClassName
{
background-color: #DCAC79;
}
</style>
border-color css
<style>
span { border-color: #DCAC79; }
span { border-color: rgb(220,172,121); }
td.TdClassName
{
border-color: #DCAC79;
}
.TagClassName
{
border-color: #DCAC79;
}
</style>