Shades of Manhattan #DCB182
Tints of Manhattan #DCB182
RGB
CMYK
RGB Variations
Color information
#DCB182 (or 0xDCB182) is known color: Manhattan. HEX triplet: DC, B1 and 82. RGB value is (220,177,130). Sum of RGB (Red+Green+Blue) = 220+177+130=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB182 is #234E7D. Grayscale: #B8B8B8. Windows color (decimal): -2313854 or 8565212. OLE color: 8565212.
HSL color Cylindrical-coordinate representation of color #DCB182: hue angle of 31.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB182 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 177 | 130 | - |
CMYK | 0 | 0.20 | 0.41 | 0.14 |
HSL | 31.33º | 0.56% | 0.69% | - |
HSV(B) | 31.33º | 0.41% | 0.86% | - |
XYZ | 49.27 | 48.27 | 27.84 | - |
YUV | 184.5 | 97.25 | 153.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 177 | 130 | 0 | 0.20 | 0.41 | 0.14 | 31.33 | 0.56 | 0.69 |
Hex | DC | B1 | 82 | 0 | 14 | 29 | E | 1F | 38 | 45 |
Octal | 334 | 261 | 202 | 0 | 24 | 51 | 16 | 37 | 70 | 105 |
Binary | 11011100 | 10110001 | 10000010 | 0 | 10100 | 101001 | 1110 | 11111 | 111000 | 1000101 |
Color Harmonies of #DCB182
Complementary color
Monochromatic Colors of #DCB182
Black with #DCB182
Text Example
Text Example
White with #DCB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB182; }
p { color: rgb(220,177,130); }
H1.HeaderClassName
{
color: #DCB182;
}
.AnyTagClassName
{
color: #DCB182;
}
</style>
background-color css
<style>
a { background-color: #DCB182; }
a { background-color: rgb(220,177,130); }
div.DivClassName
{
background-color: #DCB182;
}
.BgClassName
{
background-color: #DCB182;
}
</style>
border-color css
<style>
span { border-color: #DCB182; }
span { border-color: rgb(220,177,130); }
td.TdClassName
{
border-color: #DCB182;
}
.TagClassName
{
border-color: #DCB182;
}
</style>