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