Shades of Manhattan #DCB078
Tints of Manhattan #DCB078
RGB
CMYK
RGB Variations
Color information
#DCB078 (or 0xDCB078) is known color: Manhattan. HEX triplet: DC, B0 and 78. RGB value is (220,176,120). Sum of RGB (Red+Green+Blue) = 220+176+120=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB078 is #234F87. Grayscale: #B7B7B7. Windows color (decimal): -2314120 or 7909596. OLE color: 7909596.
HSL color Cylindrical-coordinate representation of color #DCB078: hue angle of 33.6º degrees, saturation: 0.59, 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 #DCB078 is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 120 | - |
| CMYK | 0 | 0.2 | 0.45 | 0.14 |
| HSL | 33.6º | 0.59% | 0.67% | - |
| HSV(B) | 33.6º | 0.45% | 0.86% | - |
| XYZ | 48.43 | 47.62 | 24.41 | - |
| YUV | 182.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 120 | 0 | 0.2 | 0.45 | 0.14 | 33.6 | 0.59 | 0.67 |
| Hex | DC | B0 | 78 | 0 | 14 | 2D | E | 22 | 3B | 43 |
| Octal | 334 | 260 | 170 | 0 | 24 | 55 | 16 | 42 | 73 | 103 |
| Binary | 11011100 | 10110000 | 1111000 | 0 | 10100 | 101101 | 1110 | 100010 | 111011 | 1000011 |
Color Harmonies of #DCB078
Complementary color
Monochromatic Colors of #DCB078
Black with #DCB078
Text Example
Text Example
White with #DCB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB078; }
p { color: rgb(220,176,120); }
H1.HeaderClassName
{
color: #DCB078;
}
.AnyTagClassName
{
color: #DCB078;
}
</style>
background-color css
<style>
a { background-color: #DCB078; }
a { background-color: rgb(220,176,120); }
div.DivClassName
{
background-color: #DCB078;
}
.BgClassName
{
background-color: #DCB078;
}
</style>
border-color css
<style>
span { border-color: #DCB078; }
span { border-color: rgb(220,176,120); }
td.TdClassName
{
border-color: #DCB078;
}
.TagClassName
{
border-color: #DCB078;
}
</style>