Shades of Manhattan #DCAB81
Tints of Manhattan #DCAB81
RGB
CMYK
RGB Variations
Color information
#DCAB81 (or 0xDCAB81) is known color: Manhattan. HEX triplet: DC, AB and 81. RGB value is (220,171,129). Sum of RGB (Red+Green+Blue) = 220+171+129=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB81 is #23547E. Grayscale: #B5B5B5. Windows color (decimal): -2315391 or 8498140. OLE color: 8498140.
HSL color Cylindrical-coordinate representation of color #DCAB81: hue angle of 27.69º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCAB81 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 129 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.14 |
| HSL | 27.69º | 0.57% | 0.68% | - |
| HSV(B) | 27.69º | 0.41% | 0.86% | - |
| XYZ | 48.04 | 45.93 | 27.1 | - |
| YUV | 180.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 129 | 0 | 0.22 | 0.41 | 0.14 | 27.69 | 0.57 | 0.68 |
| Hex | DC | AB | 81 | 0 | 16 | 29 | E | 1C | 39 | 44 |
| Octal | 334 | 253 | 201 | 0 | 26 | 51 | 16 | 34 | 71 | 104 |
| Binary | 11011100 | 10101011 | 10000001 | 0 | 10110 | 101001 | 1110 | 11100 | 111001 | 1000100 |
Color Harmonies of #DCAB81
Complementary color
Monochromatic Colors of #DCAB81
Black with #DCAB81
Text Example
Text Example
White with #DCAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB81; }
p { color: rgb(220,171,129); }
H1.HeaderClassName
{
color: #DCAB81;
}
.AnyTagClassName
{
color: #DCAB81;
}
</style>
background-color css
<style>
a { background-color: #DCAB81; }
a { background-color: rgb(220,171,129); }
div.DivClassName
{
background-color: #DCAB81;
}
.BgClassName
{
background-color: #DCAB81;
}
</style>
border-color css
<style>
span { border-color: #DCAB81; }
span { border-color: rgb(220,171,129); }
td.TdClassName
{
border-color: #DCAB81;
}
.TagClassName
{
border-color: #DCAB81;
}
</style>