Shades of Manhattan #DCAB76
Tints of Manhattan #DCAB76
RGB
CMYK
RGB Variations
Color information
#DCAB76 (or 0xDCAB76) is known color: Manhattan. HEX triplet: DC, AB and 76. RGB value is (220,171,118). Sum of RGB (Red+Green+Blue) = 220+171+118=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB76 is #235489. Grayscale: #B3B3B3. Windows color (decimal): -2315402 or 7777244. OLE color: 7777244.
HSL color Cylindrical-coordinate representation of color #DCAB76: hue angle of 31.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCAB76 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 118 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.14 |
| HSL | 31.18º | 0.59% | 0.66% | - |
| HSV(B) | 31.18º | 0.46% | 0.86% | - |
| XYZ | 47.35 | 45.65 | 23.46 | - |
| YUV | 179.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 118 | 0 | 0.22 | 0.46 | 0.14 | 31.18 | 0.59 | 0.66 |
| Hex | DC | AB | 76 | 0 | 16 | 2E | E | 1F | 3B | 42 |
| Octal | 334 | 253 | 166 | 0 | 26 | 56 | 16 | 37 | 73 | 102 |
| Binary | 11011100 | 10101011 | 1110110 | 0 | 10110 | 101110 | 1110 | 11111 | 111011 | 1000010 |
Color Harmonies of #DCAB76
Complementary color
Monochromatic Colors of #DCAB76
Black with #DCAB76
Text Example
Text Example
White with #DCAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB76; }
p { color: rgb(220,171,118); }
H1.HeaderClassName
{
color: #DCAB76;
}
.AnyTagClassName
{
color: #DCAB76;
}
</style>
background-color css
<style>
a { background-color: #DCAB76; }
a { background-color: rgb(220,171,118); }
div.DivClassName
{
background-color: #DCAB76;
}
.BgClassName
{
background-color: #DCAB76;
}
</style>
border-color css
<style>
span { border-color: #DCAB76; }
span { border-color: rgb(220,171,118); }
td.TdClassName
{
border-color: #DCAB76;
}
.TagClassName
{
border-color: #DCAB76;
}
</style>