Shades of Manhattan #DCAE87
Tints of Manhattan #DCAE87
RGB
CMYK
RGB Variations
Color information
#DCAE87 (or 0xDCAE87) is known color: Manhattan. HEX triplet: DC, AE and 87. RGB value is (220,174,135). Sum of RGB (Red+Green+Blue) = 220+174+135=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE87 is #235178. Grayscale: #B7B7B7. Windows color (decimal): -2314617 or 8892124. OLE color: 8892124.
HSL color Cylindrical-coordinate representation of color #DCAE87: hue angle of 27.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCAE87 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 135 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.14 |
| HSL | 27.53º | 0.55% | 0.7% | - |
| HSV(B) | 27.53º | 0.39% | 0.86% | - |
| XYZ | 49.02 | 47.24 | 29.46 | - |
| YUV | 183.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 135 | 0 | 0.21 | 0.39 | 0.14 | 27.53 | 0.55 | 0.7 |
| Hex | DC | AE | 87 | 0 | 15 | 27 | E | 1C | 37 | 46 |
| Octal | 334 | 256 | 207 | 0 | 25 | 47 | 16 | 34 | 67 | 106 |
| Binary | 11011100 | 10101110 | 10000111 | 0 | 10101 | 100111 | 1110 | 11100 | 110111 | 1000110 |
Color Harmonies of #DCAE87
Complementary color
Monochromatic Colors of #DCAE87
Black with #DCAE87
Text Example
Text Example
White with #DCAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE87; }
p { color: rgb(220,174,135); }
H1.HeaderClassName
{
color: #DCAE87;
}
.AnyTagClassName
{
color: #DCAE87;
}
</style>
background-color css
<style>
a { background-color: #DCAE87; }
a { background-color: rgb(220,174,135); }
div.DivClassName
{
background-color: #DCAE87;
}
.BgClassName
{
background-color: #DCAE87;
}
</style>
border-color css
<style>
span { border-color: #DCAE87; }
span { border-color: rgb(220,174,135); }
td.TdClassName
{
border-color: #DCAE87;
}
.TagClassName
{
border-color: #DCAE87;
}
</style>