Shades of Manhattan #DCAC82
Tints of Manhattan #DCAC82
RGB
CMYK
RGB Variations
Color information
#DCAC82 (or 0xDCAC82) is known color: Manhattan. HEX triplet: DC, AC and 82. RGB value is (220,172,130). Sum of RGB (Red+Green+Blue) = 220+172+130=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC82 is #23537D. Grayscale: #B5B5B5. Windows color (decimal): -2315134 or 8563932. OLE color: 8563932.
HSL color Cylindrical-coordinate representation of color #DCAC82: hue angle of 28º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCAC82 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 130 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.14 |
| HSL | 28º | 0.56% | 0.69% | - |
| HSV(B) | 28º | 0.41% | 0.86% | - |
| XYZ | 48.3 | 46.33 | 27.52 | - |
| YUV | 181.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 130 | 0 | 0.22 | 0.41 | 0.14 | 28 | 0.56 | 0.69 |
| Hex | DC | AC | 82 | 0 | 16 | 29 | E | 1C | 38 | 45 |
| Octal | 334 | 254 | 202 | 0 | 26 | 51 | 16 | 34 | 70 | 105 |
| Binary | 11011100 | 10101100 | 10000010 | 0 | 10110 | 101001 | 1110 | 11100 | 111000 | 1000101 |
Color Harmonies of #DCAC82
Complementary color
Monochromatic Colors of #DCAC82
Black with #DCAC82
Text Example
Text Example
White with #DCAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC82; }
p { color: rgb(220,172,130); }
H1.HeaderClassName
{
color: #DCAC82;
}
.AnyTagClassName
{
color: #DCAC82;
}
</style>
background-color css
<style>
a { background-color: #DCAC82; }
a { background-color: rgb(220,172,130); }
div.DivClassName
{
background-color: #DCAC82;
}
.BgClassName
{
background-color: #DCAC82;
}
</style>
border-color css
<style>
span { border-color: #DCAC82; }
span { border-color: rgb(220,172,130); }
td.TdClassName
{
border-color: #DCAC82;
}
.TagClassName
{
border-color: #DCAC82;
}
</style>