Shades of Manhattan #DCAD84
Tints of Manhattan #DCAD84
RGB
CMYK
RGB Variations
Color information
#DCAD84 (or 0xDCAD84) is known color: Manhattan. HEX triplet: DC, AD and 84. RGB value is (220,173,132). Sum of RGB (Red+Green+Blue) = 220+173+132=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD84 is #23527B. Grayscale: #B6B6B6. Windows color (decimal): -2314876 or 8695260. OLE color: 8695260.
HSL color Cylindrical-coordinate representation of color #DCAD84: hue angle of 27.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCAD84 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 132 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.14 |
| HSL | 27.95º | 0.56% | 0.69% | - |
| HSV(B) | 27.95º | 0.4% | 0.86% | - |
| XYZ | 48.62 | 46.77 | 28.29 | - |
| YUV | 182.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 132 | 0 | 0.21 | 0.40 | 0.14 | 27.95 | 0.56 | 0.69 |
| Hex | DC | AD | 84 | 0 | 15 | 28 | E | 1C | 38 | 45 |
| Octal | 334 | 255 | 204 | 0 | 25 | 50 | 16 | 34 | 70 | 105 |
| Binary | 11011100 | 10101101 | 10000100 | 0 | 10101 | 101000 | 1110 | 11100 | 111000 | 1000101 |
Color Harmonies of #DCAD84
Complementary color
Monochromatic Colors of #DCAD84
Black with #DCAD84
Text Example
Text Example
White with #DCAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD84; }
p { color: rgb(220,173,132); }
H1.HeaderClassName
{
color: #DCAD84;
}
.AnyTagClassName
{
color: #DCAD84;
}
</style>
background-color css
<style>
a { background-color: #DCAD84; }
a { background-color: rgb(220,173,132); }
div.DivClassName
{
background-color: #DCAD84;
}
.BgClassName
{
background-color: #DCAD84;
}
</style>
border-color css
<style>
span { border-color: #DCAD84; }
span { border-color: rgb(220,173,132); }
td.TdClassName
{
border-color: #DCAD84;
}
.TagClassName
{
border-color: #DCAD84;
}
</style>