Shades of Manhattan #DCAE88
Tints of Manhattan #DCAE88
RGB
CMYK
RGB Variations
Color information
#DCAE88 (or 0xDCAE88) is known color: Manhattan. HEX triplet: DC, AE and 88. RGB value is (220,174,136). Sum of RGB (Red+Green+Blue) = 220+174+136=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE88 is #235177. Grayscale: #B7B7B7. Windows color (decimal): -2314616 or 8957660. OLE color: 8957660.
HSL color Cylindrical-coordinate representation of color #DCAE88: hue angle of 27.14º 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 #DCAE88 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 136 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.14 |
| HSL | 27.14º | 0.55% | 0.7% | - |
| HSV(B) | 27.14º | 0.38% | 0.86% | - |
| XYZ | 49.1 | 47.27 | 29.83 | - |
| YUV | 183.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 136 | 0 | 0.21 | 0.38 | 0.14 | 27.14 | 0.55 | 0.7 |
| Hex | DC | AE | 88 | 0 | 15 | 26 | E | 1B | 37 | 46 |
| Octal | 334 | 256 | 210 | 0 | 25 | 46 | 16 | 33 | 67 | 106 |
| Binary | 11011100 | 10101110 | 10001000 | 0 | 10101 | 100110 | 1110 | 11011 | 110111 | 1000110 |
Color Harmonies of #DCAE88
Complementary color
Monochromatic Colors of #DCAE88
Black with #DCAE88
Text Example
Text Example
White with #DCAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE88; }
p { color: rgb(220,174,136); }
H1.HeaderClassName
{
color: #DCAE88;
}
.AnyTagClassName
{
color: #DCAE88;
}
</style>
background-color css
<style>
a { background-color: #DCAE88; }
a { background-color: rgb(220,174,136); }
div.DivClassName
{
background-color: #DCAE88;
}
.BgClassName
{
background-color: #DCAE88;
}
</style>
border-color css
<style>
span { border-color: #DCAE88; }
span { border-color: rgb(220,174,136); }
td.TdClassName
{
border-color: #DCAE88;
}
.TagClassName
{
border-color: #DCAE88;
}
</style>