Shades of Manhattan #DCAE86
Tints of Manhattan #DCAE86
RGB
CMYK
RGB Variations
Color information
#DCAE86 (or 0xDCAE86) is known color: Manhattan. HEX triplet: DC, AE and 86. RGB value is (220,174,134). Sum of RGB (Red+Green+Blue) = 220+174+134=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE86 is #235179. Grayscale: #B7B7B7. Windows color (decimal): -2314618 or 8826588. OLE color: 8826588.
HSL color Cylindrical-coordinate representation of color #DCAE86: hue angle of 27.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCAE86 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 134 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.14 |
| HSL | 27.91º | 0.55% | 0.69% | - |
| HSV(B) | 27.91º | 0.39% | 0.86% | - |
| XYZ | 48.95 | 47.21 | 29.09 | - |
| YUV | 183.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 134 | 0 | 0.21 | 0.39 | 0.14 | 27.91 | 0.55 | 0.69 |
| Hex | DC | AE | 86 | 0 | 15 | 27 | E | 1C | 37 | 45 |
| Octal | 334 | 256 | 206 | 0 | 25 | 47 | 16 | 34 | 67 | 105 |
| Binary | 11011100 | 10101110 | 10000110 | 0 | 10101 | 100111 | 1110 | 11100 | 110111 | 1000101 |
Color Harmonies of #DCAE86
Complementary color
Monochromatic Colors of #DCAE86
Black with #DCAE86
Text Example
Text Example
White with #DCAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE86; }
p { color: rgb(220,174,134); }
H1.HeaderClassName
{
color: #DCAE86;
}
.AnyTagClassName
{
color: #DCAE86;
}
</style>
background-color css
<style>
a { background-color: #DCAE86; }
a { background-color: rgb(220,174,134); }
div.DivClassName
{
background-color: #DCAE86;
}
.BgClassName
{
background-color: #DCAE86;
}
</style>
border-color css
<style>
span { border-color: #DCAE86; }
span { border-color: rgb(220,174,134); }
td.TdClassName
{
border-color: #DCAE86;
}
.TagClassName
{
border-color: #DCAE86;
}
</style>