Shades of Manhattan #DCB17B
Tints of Manhattan #DCB17B
RGB
CMYK
RGB Variations
Color information
#DCB17B (or 0xDCB17B) is known color: Manhattan. HEX triplet: DC, B1 and 7B. RGB value is (220,177,123). Sum of RGB (Red+Green+Blue) = 220+177+123=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB17B is #234E84. Grayscale: #B7B7B7. Windows color (decimal): -2313861 or 8106460. OLE color: 8106460.
HSL color Cylindrical-coordinate representation of color #DCB17B: hue angle of 33.4º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCB17B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 123 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.14 |
| HSL | 33.4º | 0.58% | 0.67% | - |
| HSV(B) | 33.4º | 0.44% | 0.86% | - |
| XYZ | 48.81 | 48.09 | 25.45 | - |
| YUV | 183.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 123 | 0 | 0.20 | 0.44 | 0.14 | 33.4 | 0.58 | 0.67 |
| Hex | DC | B1 | 7B | 0 | 14 | 2C | E | 21 | 3A | 43 |
| Octal | 334 | 261 | 173 | 0 | 24 | 54 | 16 | 41 | 72 | 103 |
| Binary | 11011100 | 10110001 | 1111011 | 0 | 10100 | 101100 | 1110 | 100001 | 111010 | 1000011 |
Color Harmonies of #DCB17B
Complementary color
Monochromatic Colors of #DCB17B
Black with #DCB17B
Text Example
Text Example
White with #DCB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB17B; }
p { color: rgb(220,177,123); }
H1.HeaderClassName
{
color: #DCB17B;
}
.AnyTagClassName
{
color: #DCB17B;
}
</style>
background-color css
<style>
a { background-color: #DCB17B; }
a { background-color: rgb(220,177,123); }
div.DivClassName
{
background-color: #DCB17B;
}
.BgClassName
{
background-color: #DCB17B;
}
</style>
border-color css
<style>
span { border-color: #DCB17B; }
span { border-color: rgb(220,177,123); }
td.TdClassName
{
border-color: #DCB17B;
}
.TagClassName
{
border-color: #DCB17B;
}
</style>