Shades of Manhattan #DCAD76
Tints of Manhattan #DCAD76
RGB
CMYK
RGB Variations
Color information
#DCAD76 (or 0xDCAD76) is known color: Manhattan. HEX triplet: DC, AD and 76. RGB value is (220,173,118). Sum of RGB (Red+Green+Blue) = 220+173+118=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD76 is #235289. Grayscale: #B5B5B5. Windows color (decimal): -2314890 or 7777756. OLE color: 7777756.
HSL color Cylindrical-coordinate representation of color #DCAD76: hue angle of 32.35º 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 #DCAD76 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 118 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.14 |
| HSL | 32.35º | 0.59% | 0.66% | - |
| HSV(B) | 32.35º | 0.46% | 0.86% | - |
| XYZ | 47.73 | 46.41 | 23.58 | - |
| YUV | 180.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 118 | 0 | 0.21 | 0.46 | 0.14 | 32.35 | 0.59 | 0.66 |
| Hex | DC | AD | 76 | 0 | 15 | 2E | E | 20 | 3B | 42 |
| Octal | 334 | 255 | 166 | 0 | 25 | 56 | 16 | 40 | 73 | 102 |
| Binary | 11011100 | 10101101 | 1110110 | 0 | 10101 | 101110 | 1110 | 100000 | 111011 | 1000010 |
Color Harmonies of #DCAD76
Complementary color
Monochromatic Colors of #DCAD76
Black with #DCAD76
Text Example
Text Example
White with #DCAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD76; }
p { color: rgb(220,173,118); }
H1.HeaderClassName
{
color: #DCAD76;
}
.AnyTagClassName
{
color: #DCAD76;
}
</style>
background-color css
<style>
a { background-color: #DCAD76; }
a { background-color: rgb(220,173,118); }
div.DivClassName
{
background-color: #DCAD76;
}
.BgClassName
{
background-color: #DCAD76;
}
</style>
border-color css
<style>
span { border-color: #DCAD76; }
span { border-color: rgb(220,173,118); }
td.TdClassName
{
border-color: #DCAD76;
}
.TagClassName
{
border-color: #DCAD76;
}
</style>