Shades of Manhattan #DCAD88
Tints of Manhattan #DCAD88
RGB
CMYK
RGB Variations
Color information
#DCAD88 (or 0xDCAD88) is known color: Manhattan. HEX triplet: DC, AD and 88. RGB value is (220,173,136). Sum of RGB (Red+Green+Blue) = 220+173+136=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD88 is #235277. Grayscale: #B7B7B7. Windows color (decimal): -2314872 or 8957404. OLE color: 8957404.
HSL color Cylindrical-coordinate representation of color #DCAD88: hue angle of 26.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAD88 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 136 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.14 |
| HSL | 26.43º | 0.55% | 0.7% | - |
| HSV(B) | 26.43º | 0.38% | 0.86% | - |
| XYZ | 48.9 | 46.88 | 29.76 | - |
| YUV | 182.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 136 | 0 | 0.21 | 0.38 | 0.14 | 26.43 | 0.55 | 0.7 |
| Hex | DC | AD | 88 | 0 | 15 | 26 | E | 1A | 37 | 46 |
| Octal | 334 | 255 | 210 | 0 | 25 | 46 | 16 | 32 | 67 | 106 |
| Binary | 11011100 | 10101101 | 10001000 | 0 | 10101 | 100110 | 1110 | 11010 | 110111 | 1000110 |
Color Harmonies of #DCAD88
Complementary color
Monochromatic Colors of #DCAD88
Black with #DCAD88
Text Example
Text Example
White with #DCAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD88; }
p { color: rgb(220,173,136); }
H1.HeaderClassName
{
color: #DCAD88;
}
.AnyTagClassName
{
color: #DCAD88;
}
</style>
background-color css
<style>
a { background-color: #DCAD88; }
a { background-color: rgb(220,173,136); }
div.DivClassName
{
background-color: #DCAD88;
}
.BgClassName
{
background-color: #DCAD88;
}
</style>
border-color css
<style>
span { border-color: #DCAD88; }
span { border-color: rgb(220,173,136); }
td.TdClassName
{
border-color: #DCAD88;
}
.TagClassName
{
border-color: #DCAD88;
}
</style>