Shades of Manhattan #DCAE7A
Tints of Manhattan #DCAE7A
RGB
CMYK
RGB Variations
Color information
#DCAE7A (or 0xDCAE7A) is known color: Manhattan. HEX triplet: DC, AE and 7A. RGB value is (220,174,122). Sum of RGB (Red+Green+Blue) = 220+174+122=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE7A is #235185. Grayscale: #B6B6B6. Windows color (decimal): -2314630 or 8040156. OLE color: 8040156.
HSL color Cylindrical-coordinate representation of color #DCAE7A: hue angle of 31.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCAE7A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 122 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.14 |
| HSL | 31.84º | 0.58% | 0.67% | - |
| HSV(B) | 31.84º | 0.45% | 0.86% | - |
| XYZ | 48.16 | 46.89 | 24.93 | - |
| YUV | 181.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 122 | 0 | 0.21 | 0.45 | 0.14 | 31.84 | 0.58 | 0.67 |
| Hex | DC | AE | 7A | 0 | 15 | 2D | E | 20 | 3A | 43 |
| Octal | 334 | 256 | 172 | 0 | 25 | 55 | 16 | 40 | 72 | 103 |
| Binary | 11011100 | 10101110 | 1111010 | 0 | 10101 | 101101 | 1110 | 100000 | 111010 | 1000011 |
Color Harmonies of #DCAE7A
Complementary color
Monochromatic Colors of #DCAE7A
Black with #DCAE7A
Text Example
Text Example
White with #DCAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE7A; }
p { color: rgb(220,174,122); }
H1.HeaderClassName
{
color: #DCAE7A;
}
.AnyTagClassName
{
color: #DCAE7A;
}
</style>
background-color css
<style>
a { background-color: #DCAE7A; }
a { background-color: rgb(220,174,122); }
div.DivClassName
{
background-color: #DCAE7A;
}
.BgClassName
{
background-color: #DCAE7A;
}
</style>
border-color css
<style>
span { border-color: #DCAE7A; }
span { border-color: rgb(220,174,122); }
td.TdClassName
{
border-color: #DCAE7A;
}
.TagClassName
{
border-color: #DCAE7A;
}
</style>