Shades of Manhattan #DCAC74
Tints of Manhattan #DCAC74
RGB
CMYK
RGB Variations
Color information
#DCAC74 (or 0xDCAC74) is known color: Manhattan. HEX triplet: DC, AC and 74. RGB value is (220,172,116). Sum of RGB (Red+Green+Blue) = 220+172+116=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC74 is #23538B. Grayscale: #B4B4B4. Windows color (decimal): -2315148 or 7646428. OLE color: 7646428.
HSL color Cylindrical-coordinate representation of color #DCAC74: hue angle of 32.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCAC74 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 116 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.14 |
| HSL | 32.31º | 0.6% | 0.66% | - |
| HSV(B) | 32.31º | 0.47% | 0.86% | - |
| XYZ | 47.42 | 45.98 | 22.9 | - |
| YUV | 179.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 116 | 0 | 0.22 | 0.47 | 0.14 | 32.31 | 0.6 | 0.66 |
| Hex | DC | AC | 74 | 0 | 16 | 2F | E | 20 | 3C | 42 |
| Octal | 334 | 254 | 164 | 0 | 26 | 57 | 16 | 40 | 74 | 102 |
| Binary | 11011100 | 10101100 | 1110100 | 0 | 10110 | 101111 | 1110 | 100000 | 111100 | 1000010 |
Color Harmonies of #DCAC74
Complementary color
Monochromatic Colors of #DCAC74
Black with #DCAC74
Text Example
Text Example
White with #DCAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC74; }
p { color: rgb(220,172,116); }
H1.HeaderClassName
{
color: #DCAC74;
}
.AnyTagClassName
{
color: #DCAC74;
}
</style>
background-color css
<style>
a { background-color: #DCAC74; }
a { background-color: rgb(220,172,116); }
div.DivClassName
{
background-color: #DCAC74;
}
.BgClassName
{
background-color: #DCAC74;
}
</style>
border-color css
<style>
span { border-color: #DCAC74; }
span { border-color: rgb(220,172,116); }
td.TdClassName
{
border-color: #DCAC74;
}
.TagClassName
{
border-color: #DCAC74;
}
</style>