Shades of Manhattan #DCAC71
Tints of Manhattan #DCAC71
RGB
CMYK
RGB Variations
Color information
#DCAC71 (or 0xDCAC71) is known color: Manhattan. HEX triplet: DC, AC and 71. RGB value is (220,172,113). Sum of RGB (Red+Green+Blue) = 220+172+113=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC71 is #23538E. Grayscale: #B3B3B3. Windows color (decimal): -2315151 or 7449820. OLE color: 7449820.
HSL color Cylindrical-coordinate representation of color #DCAC71: hue angle of 33.08º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCAC71 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 113 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.14 |
| HSL | 33.08º | 0.6% | 0.65% | - |
| HSV(B) | 33.08º | 0.49% | 0.86% | - |
| XYZ | 47.25 | 45.91 | 21.99 | - |
| YUV | 179.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 113 | 0 | 0.22 | 0.49 | 0.14 | 33.08 | 0.6 | 0.65 |
| Hex | DC | AC | 71 | 0 | 16 | 31 | E | 21 | 3C | 41 |
| Octal | 334 | 254 | 161 | 0 | 26 | 61 | 16 | 41 | 74 | 101 |
| Binary | 11011100 | 10101100 | 1110001 | 0 | 10110 | 110001 | 1110 | 100001 | 111100 | 1000001 |
Color Harmonies of #DCAC71
Complementary color
Monochromatic Colors of #DCAC71
Black with #DCAC71
Text Example
Text Example
White with #DCAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC71; }
p { color: rgb(220,172,113); }
H1.HeaderClassName
{
color: #DCAC71;
}
.AnyTagClassName
{
color: #DCAC71;
}
</style>
background-color css
<style>
a { background-color: #DCAC71; }
a { background-color: rgb(220,172,113); }
div.DivClassName
{
background-color: #DCAC71;
}
.BgClassName
{
background-color: #DCAC71;
}
</style>
border-color css
<style>
span { border-color: #DCAC71; }
span { border-color: rgb(220,172,113); }
td.TdClassName
{
border-color: #DCAC71;
}
.TagClassName
{
border-color: #DCAC71;
}
</style>