Shades of Manhattan #DCAA70
Tints of Manhattan #DCAA70
RGB
CMYK
RGB Variations
Color information
#DCAA70 (or 0xDCAA70) is known color: Manhattan. HEX triplet: DC, AA and 70. RGB value is (220,170,112). Sum of RGB (Red+Green+Blue) = 220+170+112=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA70 is #23558F. Grayscale: #B2B2B2. Windows color (decimal): -2315664 or 7383772. OLE color: 7383772.
HSL color Cylindrical-coordinate representation of color #DCAA70: hue angle of 32.22º degrees, saturation: 0.61, 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 #DCAA70 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 112 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.14 |
| HSL | 32.22º | 0.61% | 0.65% | - |
| HSV(B) | 32.22º | 0.49% | 0.86% | - |
| XYZ | 46.81 | 45.13 | 21.57 | - |
| YUV | 178.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 112 | 0 | 0.23 | 0.49 | 0.14 | 32.22 | 0.61 | 0.65 |
| Hex | DC | AA | 70 | 0 | 17 | 31 | E | 20 | 3D | 41 |
| Octal | 334 | 252 | 160 | 0 | 27 | 61 | 16 | 40 | 75 | 101 |
| Binary | 11011100 | 10101010 | 1110000 | 0 | 10111 | 110001 | 1110 | 100000 | 111101 | 1000001 |
Color Harmonies of #DCAA70
Complementary color
Monochromatic Colors of #DCAA70
Black with #DCAA70
Text Example
Text Example
White with #DCAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA70; }
p { color: rgb(220,170,112); }
H1.HeaderClassName
{
color: #DCAA70;
}
.AnyTagClassName
{
color: #DCAA70;
}
</style>
background-color css
<style>
a { background-color: #DCAA70; }
a { background-color: rgb(220,170,112); }
div.DivClassName
{
background-color: #DCAA70;
}
.BgClassName
{
background-color: #DCAA70;
}
</style>
border-color css
<style>
span { border-color: #DCAA70; }
span { border-color: rgb(220,170,112); }
td.TdClassName
{
border-color: #DCAA70;
}
.TagClassName
{
border-color: #DCAA70;
}
</style>