Shades of Manhattan #DCAB79
Tints of Manhattan #DCAB79
RGB
CMYK
RGB Variations
Color information
#DCAB79 (or 0xDCAB79) is known color: Manhattan. HEX triplet: DC, AB and 79. RGB value is (220,171,121). Sum of RGB (Red+Green+Blue) = 220+171+121=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB79 is #235486. Grayscale: #B4B4B4. Windows color (decimal): -2315399 or 7973852. OLE color: 7973852.
HSL color Cylindrical-coordinate representation of color #DCAB79: hue angle of 30.3º degrees, saturation: 0.59, 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 #DCAB79 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 121 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.14 |
| HSL | 30.3º | 0.59% | 0.67% | - |
| HSV(B) | 30.3º | 0.45% | 0.86% | - |
| XYZ | 47.53 | 45.72 | 24.41 | - |
| YUV | 179.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 121 | 0 | 0.22 | 0.45 | 0.14 | 30.3 | 0.59 | 0.67 |
| Hex | DC | AB | 79 | 0 | 16 | 2D | E | 1E | 3B | 43 |
| Octal | 334 | 253 | 171 | 0 | 26 | 55 | 16 | 36 | 73 | 103 |
| Binary | 11011100 | 10101011 | 1111001 | 0 | 10110 | 101101 | 1110 | 11110 | 111011 | 1000011 |
Color Harmonies of #DCAB79
Complementary color
Monochromatic Colors of #DCAB79
Black with #DCAB79
Text Example
Text Example
White with #DCAB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB79; }
p { color: rgb(220,171,121); }
H1.HeaderClassName
{
color: #DCAB79;
}
.AnyTagClassName
{
color: #DCAB79;
}
</style>
background-color css
<style>
a { background-color: #DCAB79; }
a { background-color: rgb(220,171,121); }
div.DivClassName
{
background-color: #DCAB79;
}
.BgClassName
{
background-color: #DCAB79;
}
</style>
border-color css
<style>
span { border-color: #DCAB79; }
span { border-color: rgb(220,171,121); }
td.TdClassName
{
border-color: #DCAB79;
}
.TagClassName
{
border-color: #DCAB79;
}
</style>