Shades of Manhattan #DCAB7D
Tints of Manhattan #DCAB7D
RGB
CMYK
RGB Variations
Color information
#DCAB7D (or 0xDCAB7D) is known color: Manhattan. HEX triplet: DC, AB and 7D. RGB value is (220,171,125). Sum of RGB (Red+Green+Blue) = 220+171+125=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB7D is #235482. Grayscale: #B4B4B4. Windows color (decimal): -2315395 or 8235996. OLE color: 8235996.
HSL color Cylindrical-coordinate representation of color #DCAB7D: hue angle of 29.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCAB7D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 125 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.14 |
| HSL | 29.05º | 0.58% | 0.68% | - |
| HSV(B) | 29.05º | 0.43% | 0.86% | - |
| XYZ | 47.78 | 45.82 | 25.73 | - |
| YUV | 180.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 125 | 0 | 0.22 | 0.43 | 0.14 | 29.05 | 0.58 | 0.68 |
| Hex | DC | AB | 7D | 0 | 16 | 2B | E | 1D | 3A | 44 |
| Octal | 334 | 253 | 175 | 0 | 26 | 53 | 16 | 35 | 72 | 104 |
| Binary | 11011100 | 10101011 | 1111101 | 0 | 10110 | 101011 | 1110 | 11101 | 111010 | 1000100 |
Color Harmonies of #DCAB7D
Complementary color
Monochromatic Colors of #DCAB7D
Black with #DCAB7D
Text Example
Text Example
White with #DCAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB7D; }
p { color: rgb(220,171,125); }
H1.HeaderClassName
{
color: #DCAB7D;
}
.AnyTagClassName
{
color: #DCAB7D;
}
</style>
background-color css
<style>
a { background-color: #DCAB7D; }
a { background-color: rgb(220,171,125); }
div.DivClassName
{
background-color: #DCAB7D;
}
.BgClassName
{
background-color: #DCAB7D;
}
</style>
border-color css
<style>
span { border-color: #DCAB7D; }
span { border-color: rgb(220,171,125); }
td.TdClassName
{
border-color: #DCAB7D;
}
.TagClassName
{
border-color: #DCAB7D;
}
</style>