Shades of Manhattan #DCB073
Tints of Manhattan #DCB073
RGB
CMYK
RGB Variations
Color information
#DCB073 (or 0xDCB073) is known color: Manhattan. HEX triplet: DC, B0 and 73. RGB value is (220,176,115). Sum of RGB (Red+Green+Blue) = 220+176+115=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB073 is #234F8C. Grayscale: #B6B6B6. Windows color (decimal): -2314125 or 7581916. OLE color: 7581916.
HSL color Cylindrical-coordinate representation of color #DCB073: hue angle of 34.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB073 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 115 | - |
| CMYK | 0 | 0.2 | 0.48 | 0.14 |
| HSL | 34.86º | 0.6% | 0.66% | - |
| HSV(B) | 34.86º | 0.48% | 0.86% | - |
| XYZ | 48.14 | 47.5 | 22.85 | - |
| YUV | 182.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 115 | 0 | 0.2 | 0.48 | 0.14 | 34.86 | 0.6 | 0.66 |
| Hex | DC | B0 | 73 | 0 | 14 | 30 | E | 23 | 3C | 42 |
| Octal | 334 | 260 | 163 | 0 | 24 | 60 | 16 | 43 | 74 | 102 |
| Binary | 11011100 | 10110000 | 1110011 | 0 | 10100 | 110000 | 1110 | 100011 | 111100 | 1000010 |
Color Harmonies of #DCB073
Complementary color
Monochromatic Colors of #DCB073
Black with #DCB073
Text Example
Text Example
White with #DCB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB073; }
p { color: rgb(220,176,115); }
H1.HeaderClassName
{
color: #DCB073;
}
.AnyTagClassName
{
color: #DCB073;
}
</style>
background-color css
<style>
a { background-color: #DCB073; }
a { background-color: rgb(220,176,115); }
div.DivClassName
{
background-color: #DCB073;
}
.BgClassName
{
background-color: #DCB073;
}
</style>
border-color css
<style>
span { border-color: #DCB073; }
span { border-color: rgb(220,176,115); }
td.TdClassName
{
border-color: #DCB073;
}
.TagClassName
{
border-color: #DCB073;
}
</style>