Shades of Manhattan #DCAB72
Tints of Manhattan #DCAB72
RGB
CMYK
RGB Variations
Color information
#DCAB72 (or 0xDCAB72) is known color: Manhattan. HEX triplet: DC, AB and 72. RGB value is (220,171,114). Sum of RGB (Red+Green+Blue) = 220+171+114=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB72 is #23548D. Grayscale: #B3B3B3. Windows color (decimal): -2315406 or 7515100. OLE color: 7515100.
HSL color Cylindrical-coordinate representation of color #DCAB72: hue angle of 32.26º 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 #DCAB72 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 114 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.14 |
| HSL | 32.26º | 0.6% | 0.65% | - |
| HSV(B) | 32.26º | 0.48% | 0.86% | - |
| XYZ | 47.12 | 45.56 | 22.23 | - |
| YUV | 179.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 114 | 0 | 0.22 | 0.48 | 0.14 | 32.26 | 0.6 | 0.65 |
| Hex | DC | AB | 72 | 0 | 16 | 30 | E | 20 | 3C | 41 |
| Octal | 334 | 253 | 162 | 0 | 26 | 60 | 16 | 40 | 74 | 101 |
| Binary | 11011100 | 10101011 | 1110010 | 0 | 10110 | 110000 | 1110 | 100000 | 111100 | 1000001 |
Color Harmonies of #DCAB72
Complementary color
Monochromatic Colors of #DCAB72
Black with #DCAB72
Text Example
Text Example
White with #DCAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB72; }
p { color: rgb(220,171,114); }
H1.HeaderClassName
{
color: #DCAB72;
}
.AnyTagClassName
{
color: #DCAB72;
}
</style>
background-color css
<style>
a { background-color: #DCAB72; }
a { background-color: rgb(220,171,114); }
div.DivClassName
{
background-color: #DCAB72;
}
.BgClassName
{
background-color: #DCAB72;
}
</style>
border-color css
<style>
span { border-color: #DCAB72; }
span { border-color: rgb(220,171,114); }
td.TdClassName
{
border-color: #DCAB72;
}
.TagClassName
{
border-color: #DCAB72;
}
</style>