Shades of Manhattan #DCB07E
Tints of Manhattan #DCB07E
RGB
CMYK
RGB Variations
Color information
#DCB07E (or 0xDCB07E) is known color: Manhattan. HEX triplet: DC, B0 and 7E. RGB value is (220,176,126). Sum of RGB (Red+Green+Blue) = 220+176+126=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB07E is #234F81. Grayscale: #B7B7B7. Windows color (decimal): -2314114 or 8302812. OLE color: 8302812.
HSL color Cylindrical-coordinate representation of color #DCB07E: hue angle of 31.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCB07E is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 126 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.14 |
| HSL | 31.91º | 0.57% | 0.68% | - |
| HSV(B) | 31.91º | 0.43% | 0.86% | - |
| XYZ | 48.81 | 47.77 | 26.39 | - |
| YUV | 183.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 126 | 0 | 0.2 | 0.43 | 0.14 | 31.91 | 0.57 | 0.68 |
| Hex | DC | B0 | 7E | 0 | 14 | 2B | E | 20 | 39 | 44 |
| Octal | 334 | 260 | 176 | 0 | 24 | 53 | 16 | 40 | 71 | 104 |
| Binary | 11011100 | 10110000 | 1111110 | 0 | 10100 | 101011 | 1110 | 100000 | 111001 | 1000100 |
Color Harmonies of #DCB07E
Complementary color
Monochromatic Colors of #DCB07E
Black with #DCB07E
Text Example
Text Example
White with #DCB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB07E; }
p { color: rgb(220,176,126); }
H1.HeaderClassName
{
color: #DCB07E;
}
.AnyTagClassName
{
color: #DCB07E;
}
</style>
background-color css
<style>
a { background-color: #DCB07E; }
a { background-color: rgb(220,176,126); }
div.DivClassName
{
background-color: #DCB07E;
}
.BgClassName
{
background-color: #DCB07E;
}
</style>
border-color css
<style>
span { border-color: #DCB07E; }
span { border-color: rgb(220,176,126); }
td.TdClassName
{
border-color: #DCB07E;
}
.TagClassName
{
border-color: #DCB07E;
}
</style>