Shades of Manhattan #DCAA72
Tints of Manhattan #DCAA72
RGB
CMYK
RGB Variations
Color information
#DCAA72 (or 0xDCAA72) is known color: Manhattan. HEX triplet: DC, AA and 72. RGB value is (220,170,114). Sum of RGB (Red+Green+Blue) = 220+170+114=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA72 is #23558D. Grayscale: #B2B2B2. Windows color (decimal): -2315662 or 7514844. OLE color: 7514844.
HSL color Cylindrical-coordinate representation of color #DCAA72: hue angle of 31.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCAA72 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 114 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.14 |
| HSL | 31.7º | 0.6% | 0.65% | - |
| HSV(B) | 31.7º | 0.48% | 0.86% | - |
| XYZ | 46.93 | 45.18 | 22.17 | - |
| YUV | 178.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 114 | 0 | 0.23 | 0.48 | 0.14 | 31.7 | 0.6 | 0.65 |
| Hex | DC | AA | 72 | 0 | 17 | 30 | E | 20 | 3C | 41 |
| Octal | 334 | 252 | 162 | 0 | 27 | 60 | 16 | 40 | 74 | 101 |
| Binary | 11011100 | 10101010 | 1110010 | 0 | 10111 | 110000 | 1110 | 100000 | 111100 | 1000001 |
Color Harmonies of #DCAA72
Complementary color
Monochromatic Colors of #DCAA72
Black with #DCAA72
Text Example
Text Example
White with #DCAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA72; }
p { color: rgb(220,170,114); }
H1.HeaderClassName
{
color: #DCAA72;
}
.AnyTagClassName
{
color: #DCAA72;
}
</style>
background-color css
<style>
a { background-color: #DCAA72; }
a { background-color: rgb(220,170,114); }
div.DivClassName
{
background-color: #DCAA72;
}
.BgClassName
{
background-color: #DCAA72;
}
</style>
border-color css
<style>
span { border-color: #DCAA72; }
span { border-color: rgb(220,170,114); }
td.TdClassName
{
border-color: #DCAA72;
}
.TagClassName
{
border-color: #DCAA72;
}
</style>