Shades of Manhattan #DCAE85
Tints of Manhattan #DCAE85
RGB
CMYK
RGB Variations
Color information
#DCAE85 (or 0xDCAE85) is known color: Manhattan. HEX triplet: DC, AE and 85. RGB value is (220,174,133). Sum of RGB (Red+Green+Blue) = 220+174+133=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE85 is #23517A. Grayscale: #B7B7B7. Windows color (decimal): -2314619 or 8761052. OLE color: 8761052.
HSL color Cylindrical-coordinate representation of color #DCAE85: hue angle of 28.28º degrees, saturation: 0.55, 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 #DCAE85 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 133 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.14 |
| HSL | 28.28º | 0.55% | 0.69% | - |
| HSV(B) | 28.28º | 0.4% | 0.86% | - |
| XYZ | 48.88 | 47.18 | 28.72 | - |
| YUV | 183.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 133 | 0 | 0.21 | 0.40 | 0.14 | 28.28 | 0.55 | 0.69 |
| Hex | DC | AE | 85 | 0 | 15 | 28 | E | 1C | 37 | 45 |
| Octal | 334 | 256 | 205 | 0 | 25 | 50 | 16 | 34 | 67 | 105 |
| Binary | 11011100 | 10101110 | 10000101 | 0 | 10101 | 101000 | 1110 | 11100 | 110111 | 1000101 |
Color Harmonies of #DCAE85
Complementary color
Monochromatic Colors of #DCAE85
Black with #DCAE85
Text Example
Text Example
White with #DCAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE85; }
p { color: rgb(220,174,133); }
H1.HeaderClassName
{
color: #DCAE85;
}
.AnyTagClassName
{
color: #DCAE85;
}
</style>
background-color css
<style>
a { background-color: #DCAE85; }
a { background-color: rgb(220,174,133); }
div.DivClassName
{
background-color: #DCAE85;
}
.BgClassName
{
background-color: #DCAE85;
}
</style>
border-color css
<style>
span { border-color: #DCAE85; }
span { border-color: rgb(220,174,133); }
td.TdClassName
{
border-color: #DCAE85;
}
.TagClassName
{
border-color: #DCAE85;
}
</style>