Shades of Manhattan #DCAA73
Tints of Manhattan #DCAA73
RGB
CMYK
RGB Variations
Color information
#DCAA73 (or 0xDCAA73) is known color: Manhattan. HEX triplet: DC, AA and 73. RGB value is (220,170,115). Sum of RGB (Red+Green+Blue) = 220+170+115=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA73 is #23558C. Grayscale: #B2B2B2. Windows color (decimal): -2315661 or 7580380. OLE color: 7580380.
HSL color Cylindrical-coordinate representation of color #DCAA73: hue angle of 31.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCAA73 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 115 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.14 |
| HSL | 31.43º | 0.6% | 0.66% | - |
| HSV(B) | 31.43º | 0.48% | 0.86% | - |
| XYZ | 46.98 | 45.2 | 22.47 | - |
| YUV | 178.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 115 | 0 | 0.23 | 0.48 | 0.14 | 31.43 | 0.6 | 0.66 |
| Hex | DC | AA | 73 | 0 | 17 | 30 | E | 1F | 3C | 42 |
| Octal | 334 | 252 | 163 | 0 | 27 | 60 | 16 | 37 | 74 | 102 |
| Binary | 11011100 | 10101010 | 1110011 | 0 | 10111 | 110000 | 1110 | 11111 | 111100 | 1000010 |
Color Harmonies of #DCAA73
Complementary color
Monochromatic Colors of #DCAA73
Black with #DCAA73
Text Example
Text Example
White with #DCAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA73; }
p { color: rgb(220,170,115); }
H1.HeaderClassName
{
color: #DCAA73;
}
.AnyTagClassName
{
color: #DCAA73;
}
</style>
background-color css
<style>
a { background-color: #DCAA73; }
a { background-color: rgb(220,170,115); }
div.DivClassName
{
background-color: #DCAA73;
}
.BgClassName
{
background-color: #DCAA73;
}
</style>
border-color css
<style>
span { border-color: #DCAA73; }
span { border-color: rgb(220,170,115); }
td.TdClassName
{
border-color: #DCAA73;
}
.TagClassName
{
border-color: #DCAA73;
}
</style>