Shades of Manhattan #DCAA7A
Tints of Manhattan #DCAA7A
RGB
CMYK
RGB Variations
Color information
#DCAA7A (or 0xDCAA7A) is known color: Manhattan. HEX triplet: DC, AA and 7A. RGB value is (220,170,122). Sum of RGB (Red+Green+Blue) = 220+170+122=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA7A is #235585. Grayscale: #B3B3B3. Windows color (decimal): -2315654 or 8039132. OLE color: 8039132.
HSL color Cylindrical-coordinate representation of color #DCAA7A: hue angle of 29.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCAA7A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 122 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.14 |
| HSL | 29.39º | 0.58% | 0.67% | - |
| HSV(B) | 29.39º | 0.45% | 0.86% | - |
| XYZ | 47.4 | 45.37 | 24.67 | - |
| YUV | 179.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 122 | 0 | 0.23 | 0.45 | 0.14 | 29.39 | 0.58 | 0.67 |
| Hex | DC | AA | 7A | 0 | 17 | 2D | E | 1D | 3A | 43 |
| Octal | 334 | 252 | 172 | 0 | 27 | 55 | 16 | 35 | 72 | 103 |
| Binary | 11011100 | 10101010 | 1111010 | 0 | 10111 | 101101 | 1110 | 11101 | 111010 | 1000011 |
Color Harmonies of #DCAA7A
Complementary color
Monochromatic Colors of #DCAA7A
Black with #DCAA7A
Text Example
Text Example
White with #DCAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA7A; }
p { color: rgb(220,170,122); }
H1.HeaderClassName
{
color: #DCAA7A;
}
.AnyTagClassName
{
color: #DCAA7A;
}
</style>
background-color css
<style>
a { background-color: #DCAA7A; }
a { background-color: rgb(220,170,122); }
div.DivClassName
{
background-color: #DCAA7A;
}
.BgClassName
{
background-color: #DCAA7A;
}
</style>
border-color css
<style>
span { border-color: #DCAA7A; }
span { border-color: rgb(220,170,122); }
td.TdClassName
{
border-color: #DCAA7A;
}
.TagClassName
{
border-color: #DCAA7A;
}
</style>