Shades of Manhattan #DCB17A
Tints of Manhattan #DCB17A
RGB
CMYK
RGB Variations
Color information
#DCB17A (or 0xDCB17A) is known color: Manhattan. HEX triplet: DC, B1 and 7A. RGB value is (220,177,122). Sum of RGB (Red+Green+Blue) = 220+177+122=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB17A is #234E85. Grayscale: #B7B7B7. Windows color (decimal): -2313862 or 8040924. OLE color: 8040924.
HSL color Cylindrical-coordinate representation of color #DCB17A: hue angle of 33.67º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB17A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 122 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.14 |
| HSL | 33.67º | 0.58% | 0.67% | - |
| HSV(B) | 33.67º | 0.45% | 0.86% | - |
| XYZ | 48.75 | 48.07 | 25.12 | - |
| YUV | 183.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 122 | 0 | 0.20 | 0.45 | 0.14 | 33.67 | 0.58 | 0.67 |
| Hex | DC | B1 | 7A | 0 | 14 | 2D | E | 22 | 3A | 43 |
| Octal | 334 | 261 | 172 | 0 | 24 | 55 | 16 | 42 | 72 | 103 |
| Binary | 11011100 | 10110001 | 1111010 | 0 | 10100 | 101101 | 1110 | 100010 | 111010 | 1000011 |
Color Harmonies of #DCB17A
Complementary color
Monochromatic Colors of #DCB17A
Black with #DCB17A
Text Example
Text Example
White with #DCB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB17A; }
p { color: rgb(220,177,122); }
H1.HeaderClassName
{
color: #DCB17A;
}
.AnyTagClassName
{
color: #DCB17A;
}
</style>
background-color css
<style>
a { background-color: #DCB17A; }
a { background-color: rgb(220,177,122); }
div.DivClassName
{
background-color: #DCB17A;
}
.BgClassName
{
background-color: #DCB17A;
}
</style>
border-color css
<style>
span { border-color: #DCB17A; }
span { border-color: rgb(220,177,122); }
td.TdClassName
{
border-color: #DCB17A;
}
.TagClassName
{
border-color: #DCB17A;
}
</style>