Shades of Manhattan #DCB074
Tints of Manhattan #DCB074
RGB
CMYK
RGB Variations
Color information
#DCB074 (or 0xDCB074) is known color: Manhattan. HEX triplet: DC, B0 and 74. RGB value is (220,176,116). Sum of RGB (Red+Green+Blue) = 220+176+116=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB074 is #234F8B. Grayscale: #B6B6B6. Windows color (decimal): -2314124 or 7647452. OLE color: 7647452.
HSL color Cylindrical-coordinate representation of color #DCB074: hue angle of 34.62º 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 #DCB074 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 116 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.14 |
| HSL | 34.62º | 0.6% | 0.66% | - |
| HSV(B) | 34.62º | 0.47% | 0.86% | - |
| XYZ | 48.19 | 47.53 | 23.16 | - |
| YUV | 182.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 116 | 0 | 0.2 | 0.47 | 0.14 | 34.62 | 0.6 | 0.66 |
| Hex | DC | B0 | 74 | 0 | 14 | 2F | E | 23 | 3C | 42 |
| Octal | 334 | 260 | 164 | 0 | 24 | 57 | 16 | 43 | 74 | 102 |
| Binary | 11011100 | 10110000 | 1110100 | 0 | 10100 | 101111 | 1110 | 100011 | 111100 | 1000010 |
Color Harmonies of #DCB074
Complementary color
Monochromatic Colors of #DCB074
Black with #DCB074
Text Example
Text Example
White with #DCB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB074; }
p { color: rgb(220,176,116); }
H1.HeaderClassName
{
color: #DCB074;
}
.AnyTagClassName
{
color: #DCB074;
}
</style>
background-color css
<style>
a { background-color: #DCB074; }
a { background-color: rgb(220,176,116); }
div.DivClassName
{
background-color: #DCB074;
}
.BgClassName
{
background-color: #DCB074;
}
</style>
border-color css
<style>
span { border-color: #DCB074; }
span { border-color: rgb(220,176,116); }
td.TdClassName
{
border-color: #DCB074;
}
.TagClassName
{
border-color: #DCB074;
}
</style>