Shades of Manhattan #DCAD72
Tints of Manhattan #DCAD72
RGB
CMYK
RGB Variations
Color information
#DCAD72 (or 0xDCAD72) is known color: Manhattan. HEX triplet: DC, AD and 72. RGB value is (220,173,114). Sum of RGB (Red+Green+Blue) = 220+173+114=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD72 is #23528D. Grayscale: #B4B4B4. Windows color (decimal): -2314894 or 7515612. OLE color: 7515612.
HSL color Cylindrical-coordinate representation of color #DCAD72: hue angle of 33.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCAD72 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 114 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.14 |
| HSL | 33.4º | 0.6% | 0.65% | - |
| HSV(B) | 33.4º | 0.48% | 0.86% | - |
| XYZ | 47.5 | 46.32 | 22.36 | - |
| YUV | 180.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 114 | 0 | 0.21 | 0.48 | 0.14 | 33.4 | 0.6 | 0.65 |
| Hex | DC | AD | 72 | 0 | 15 | 30 | E | 21 | 3C | 41 |
| Octal | 334 | 255 | 162 | 0 | 25 | 60 | 16 | 41 | 74 | 101 |
| Binary | 11011100 | 10101101 | 1110010 | 0 | 10101 | 110000 | 1110 | 100001 | 111100 | 1000001 |
Color Harmonies of #DCAD72
Complementary color
Monochromatic Colors of #DCAD72
Black with #DCAD72
Text Example
Text Example
White with #DCAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD72; }
p { color: rgb(220,173,114); }
H1.HeaderClassName
{
color: #DCAD72;
}
.AnyTagClassName
{
color: #DCAD72;
}
</style>
background-color css
<style>
a { background-color: #DCAD72; }
a { background-color: rgb(220,173,114); }
div.DivClassName
{
background-color: #DCAD72;
}
.BgClassName
{
background-color: #DCAD72;
}
</style>
border-color css
<style>
span { border-color: #DCAD72; }
span { border-color: rgb(220,173,114); }
td.TdClassName
{
border-color: #DCAD72;
}
.TagClassName
{
border-color: #DCAD72;
}
</style>