Shades of Manhattan #DCAD80
Tints of Manhattan #DCAD80
RGB
CMYK
RGB Variations
Color information
#DCAD80 (or 0xDCAD80) is known color: Manhattan. HEX triplet: DC, AD and 80. RGB value is (220,173,128). Sum of RGB (Red+Green+Blue) = 220+173+128=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD80 is #23527F. Grayscale: #B6B6B6. Windows color (decimal): -2314880 or 8433116. OLE color: 8433116.
HSL color Cylindrical-coordinate representation of color #DCAD80: hue angle of 29.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCAD80 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 128 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.14 |
| HSL | 29.35º | 0.57% | 0.68% | - |
| HSV(B) | 29.35º | 0.42% | 0.86% | - |
| XYZ | 48.36 | 46.66 | 26.88 | - |
| YUV | 181.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 128 | 0 | 0.21 | 0.42 | 0.14 | 29.35 | 0.57 | 0.68 |
| Hex | DC | AD | 80 | 0 | 15 | 2A | E | 1D | 39 | 44 |
| Octal | 334 | 255 | 200 | 0 | 25 | 52 | 16 | 35 | 71 | 104 |
| Binary | 11011100 | 10101101 | 10000000 | 0 | 10101 | 101010 | 1110 | 11101 | 111001 | 1000100 |
Color Harmonies of #DCAD80
Complementary color
Monochromatic Colors of #DCAD80
Black with #DCAD80
Text Example
Text Example
White with #DCAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD80; }
p { color: rgb(220,173,128); }
H1.HeaderClassName
{
color: #DCAD80;
}
.AnyTagClassName
{
color: #DCAD80;
}
</style>
background-color css
<style>
a { background-color: #DCAD80; }
a { background-color: rgb(220,173,128); }
div.DivClassName
{
background-color: #DCAD80;
}
.BgClassName
{
background-color: #DCAD80;
}
</style>
border-color css
<style>
span { border-color: #DCAD80; }
span { border-color: rgb(220,173,128); }
td.TdClassName
{
border-color: #DCAD80;
}
.TagClassName
{
border-color: #DCAD80;
}
</style>