Shades of Manhattan #DCAC73
Tints of Manhattan #DCAC73
RGB
CMYK
RGB Variations
Color information
#DCAC73 (or 0xDCAC73) is known color: Manhattan. HEX triplet: DC, AC and 73. RGB value is (220,172,115). Sum of RGB (Red+Green+Blue) = 220+172+115=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC73 is #23538C. Grayscale: #B4B4B4. Windows color (decimal): -2315149 or 7580892. OLE color: 7580892.
HSL color Cylindrical-coordinate representation of color #DCAC73: hue angle of 32.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCAC73 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 115 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.14 |
| HSL | 32.57º | 0.6% | 0.66% | - |
| HSV(B) | 32.57º | 0.48% | 0.86% | - |
| XYZ | 47.36 | 45.96 | 22.59 | - |
| YUV | 179.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 115 | 0 | 0.22 | 0.48 | 0.14 | 32.57 | 0.6 | 0.66 |
| Hex | DC | AC | 73 | 0 | 16 | 30 | E | 21 | 3C | 42 |
| Octal | 334 | 254 | 163 | 0 | 26 | 60 | 16 | 41 | 74 | 102 |
| Binary | 11011100 | 10101100 | 1110011 | 0 | 10110 | 110000 | 1110 | 100001 | 111100 | 1000010 |
Color Harmonies of #DCAC73
Complementary color
Monochromatic Colors of #DCAC73
Black with #DCAC73
Text Example
Text Example
White with #DCAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC73; }
p { color: rgb(220,172,115); }
H1.HeaderClassName
{
color: #DCAC73;
}
.AnyTagClassName
{
color: #DCAC73;
}
</style>
background-color css
<style>
a { background-color: #DCAC73; }
a { background-color: rgb(220,172,115); }
div.DivClassName
{
background-color: #DCAC73;
}
.BgClassName
{
background-color: #DCAC73;
}
</style>
border-color css
<style>
span { border-color: #DCAC73; }
span { border-color: rgb(220,172,115); }
td.TdClassName
{
border-color: #DCAC73;
}
.TagClassName
{
border-color: #DCAC73;
}
</style>