Shades of Manhattan #DCAA77
Tints of Manhattan #DCAA77
RGB
CMYK
RGB Variations
Color information
#DCAA77 (or 0xDCAA77) is known color: Manhattan. HEX triplet: DC, AA and 77. RGB value is (220,170,119). Sum of RGB (Red+Green+Blue) = 220+170+119=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA77 is #235588. Grayscale: #B3B3B3. Windows color (decimal): -2315657 or 7842524. OLE color: 7842524.
HSL color Cylindrical-coordinate representation of color #DCAA77: hue angle of 30.3º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCAA77 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 119 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.14 |
| HSL | 30.3º | 0.59% | 0.66% | - |
| HSV(B) | 30.3º | 0.46% | 0.86% | - |
| XYZ | 47.22 | 45.3 | 23.71 | - |
| YUV | 179.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 119 | 0 | 0.23 | 0.46 | 0.14 | 30.3 | 0.59 | 0.66 |
| Hex | DC | AA | 77 | 0 | 17 | 2E | E | 1E | 3B | 42 |
| Octal | 334 | 252 | 167 | 0 | 27 | 56 | 16 | 36 | 73 | 102 |
| Binary | 11011100 | 10101010 | 1110111 | 0 | 10111 | 101110 | 1110 | 11110 | 111011 | 1000010 |
Color Harmonies of #DCAA77
Complementary color
Monochromatic Colors of #DCAA77
Black with #DCAA77
Text Example
Text Example
White with #DCAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA77; }
p { color: rgb(220,170,119); }
H1.HeaderClassName
{
color: #DCAA77;
}
.AnyTagClassName
{
color: #DCAA77;
}
</style>
background-color css
<style>
a { background-color: #DCAA77; }
a { background-color: rgb(220,170,119); }
div.DivClassName
{
background-color: #DCAA77;
}
.BgClassName
{
background-color: #DCAA77;
}
</style>
border-color css
<style>
span { border-color: #DCAA77; }
span { border-color: rgb(220,170,119); }
td.TdClassName
{
border-color: #DCAA77;
}
.TagClassName
{
border-color: #DCAA77;
}
</style>