Shades of Manhattan #DCB174
Tints of Manhattan #DCB174
RGB
CMYK
RGB Variations
Color information
#DCB174 (or 0xDCB174) is known color: Manhattan. HEX triplet: DC, B1 and 74. RGB value is (220,177,116). Sum of RGB (Red+Green+Blue) = 220+177+116=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB174 is #234E8B. Grayscale: #B7B7B7. Windows color (decimal): -2313868 or 7647708. OLE color: 7647708.
HSL color Cylindrical-coordinate representation of color #DCB174: hue angle of 35.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB174 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 116 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.14 |
| HSL | 35.19º | 0.6% | 0.66% | - |
| HSV(B) | 35.19º | 0.47% | 0.86% | - |
| XYZ | 48.39 | 47.92 | 23.22 | - |
| YUV | 182.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 116 | 0 | 0.20 | 0.47 | 0.14 | 35.19 | 0.6 | 0.66 |
| Hex | DC | B1 | 74 | 0 | 14 | 2F | E | 23 | 3C | 42 |
| Octal | 334 | 261 | 164 | 0 | 24 | 57 | 16 | 43 | 74 | 102 |
| Binary | 11011100 | 10110001 | 1110100 | 0 | 10100 | 101111 | 1110 | 100011 | 111100 | 1000010 |
Color Harmonies of #DCB174
Complementary color
Monochromatic Colors of #DCB174
Black with #DCB174
Text Example
Text Example
White with #DCB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB174; }
p { color: rgb(220,177,116); }
H1.HeaderClassName
{
color: #DCB174;
}
.AnyTagClassName
{
color: #DCB174;
}
</style>
background-color css
<style>
a { background-color: #DCB174; }
a { background-color: rgb(220,177,116); }
div.DivClassName
{
background-color: #DCB174;
}
.BgClassName
{
background-color: #DCB174;
}
</style>
border-color css
<style>
span { border-color: #DCB174; }
span { border-color: rgb(220,177,116); }
td.TdClassName
{
border-color: #DCB174;
}
.TagClassName
{
border-color: #DCB174;
}
</style>