Shades of Manhattan #DCAE7B
Tints of Manhattan #DCAE7B
RGB
CMYK
RGB Variations
Color information
#DCAE7B (or 0xDCAE7B) is known color: Manhattan. HEX triplet: DC, AE and 7B. RGB value is (220,174,123). Sum of RGB (Red+Green+Blue) = 220+174+123=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE7B is #235184. Grayscale: #B6B6B6. Windows color (decimal): -2314629 or 8105692. OLE color: 8105692.
HSL color Cylindrical-coordinate representation of color #DCAE7B: hue angle of 31.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCAE7B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 123 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.14 |
| HSL | 31.55º | 0.58% | 0.67% | - |
| HSV(B) | 31.55º | 0.44% | 0.86% | - |
| XYZ | 48.23 | 46.92 | 25.25 | - |
| YUV | 181.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 123 | 0 | 0.21 | 0.44 | 0.14 | 31.55 | 0.58 | 0.67 |
| Hex | DC | AE | 7B | 0 | 15 | 2C | E | 20 | 3A | 43 |
| Octal | 334 | 256 | 173 | 0 | 25 | 54 | 16 | 40 | 72 | 103 |
| Binary | 11011100 | 10101110 | 1111011 | 0 | 10101 | 101100 | 1110 | 100000 | 111010 | 1000011 |
Color Harmonies of #DCAE7B
Complementary color
Monochromatic Colors of #DCAE7B
Black with #DCAE7B
Text Example
Text Example
White with #DCAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE7B; }
p { color: rgb(220,174,123); }
H1.HeaderClassName
{
color: #DCAE7B;
}
.AnyTagClassName
{
color: #DCAE7B;
}
</style>
background-color css
<style>
a { background-color: #DCAE7B; }
a { background-color: rgb(220,174,123); }
div.DivClassName
{
background-color: #DCAE7B;
}
.BgClassName
{
background-color: #DCAE7B;
}
</style>
border-color css
<style>
span { border-color: #DCAE7B; }
span { border-color: rgb(220,174,123); }
td.TdClassName
{
border-color: #DCAE7B;
}
.TagClassName
{
border-color: #DCAE7B;
}
</style>