Shades of Manhattan #DCAE84
Tints of Manhattan #DCAE84
RGB
CMYK
RGB Variations
Color information
#DCAE84 (or 0xDCAE84) is known color: Manhattan. HEX triplet: DC, AE and 84. RGB value is (220,174,132). Sum of RGB (Red+Green+Blue) = 220+174+132=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE84 is #23517B. Grayscale: #B7B7B7. Windows color (decimal): -2314620 or 8695516. OLE color: 8695516.
HSL color Cylindrical-coordinate representation of color #DCAE84: hue angle of 28.64º 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 #DCAE84 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 132 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.14 |
| HSL | 28.64º | 0.56% | 0.69% | - |
| HSV(B) | 28.64º | 0.4% | 0.86% | - |
| XYZ | 48.82 | 47.15 | 28.36 | - |
| YUV | 182.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 132 | 0 | 0.21 | 0.40 | 0.14 | 28.64 | 0.56 | 0.69 |
| Hex | DC | AE | 84 | 0 | 15 | 28 | E | 1D | 38 | 45 |
| Octal | 334 | 256 | 204 | 0 | 25 | 50 | 16 | 35 | 70 | 105 |
| Binary | 11011100 | 10101110 | 10000100 | 0 | 10101 | 101000 | 1110 | 11101 | 111000 | 1000101 |
Color Harmonies of #DCAE84
Complementary color
Monochromatic Colors of #DCAE84
Black with #DCAE84
Text Example
Text Example
White with #DCAE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE84; }
p { color: rgb(220,174,132); }
H1.HeaderClassName
{
color: #DCAE84;
}
.AnyTagClassName
{
color: #DCAE84;
}
</style>
background-color css
<style>
a { background-color: #DCAE84; }
a { background-color: rgb(220,174,132); }
div.DivClassName
{
background-color: #DCAE84;
}
.BgClassName
{
background-color: #DCAE84;
}
</style>
border-color css
<style>
span { border-color: #DCAE84; }
span { border-color: rgb(220,174,132); }
td.TdClassName
{
border-color: #DCAE84;
}
.TagClassName
{
border-color: #DCAE84;
}
</style>