Shades of Manhattan #DCB07B
Tints of Manhattan #DCB07B
RGB
CMYK
RGB Variations
Color information
#DCB07B (or 0xDCB07B) is known color: Manhattan. HEX triplet: DC, B0 and 7B. RGB value is (220,176,123). Sum of RGB (Red+Green+Blue) = 220+176+123=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB07B is #234F84. Grayscale: #B7B7B7. Windows color (decimal): -2314117 or 8106204. OLE color: 8106204.
HSL color Cylindrical-coordinate representation of color #DCB07B: hue angle of 32.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCB07B is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 123 | - |
| CMYK | 0 | 0.2 | 0.44 | 0.14 |
| HSL | 32.78º | 0.58% | 0.67% | - |
| HSV(B) | 32.78º | 0.44% | 0.86% | - |
| XYZ | 48.62 | 47.7 | 25.38 | - |
| YUV | 183.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 123 | 0 | 0.2 | 0.44 | 0.14 | 32.78 | 0.58 | 0.67 |
| Hex | DC | B0 | 7B | 0 | 14 | 2C | E | 21 | 3A | 43 |
| Octal | 334 | 260 | 173 | 0 | 24 | 54 | 16 | 41 | 72 | 103 |
| Binary | 11011100 | 10110000 | 1111011 | 0 | 10100 | 101100 | 1110 | 100001 | 111010 | 1000011 |
Color Harmonies of #DCB07B
Complementary color
Monochromatic Colors of #DCB07B
Black with #DCB07B
Text Example
Text Example
White with #DCB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB07B; }
p { color: rgb(220,176,123); }
H1.HeaderClassName
{
color: #DCB07B;
}
.AnyTagClassName
{
color: #DCB07B;
}
</style>
background-color css
<style>
a { background-color: #DCB07B; }
a { background-color: rgb(220,176,123); }
div.DivClassName
{
background-color: #DCB07B;
}
.BgClassName
{
background-color: #DCB07B;
}
</style>
border-color css
<style>
span { border-color: #DCB07B; }
span { border-color: rgb(220,176,123); }
td.TdClassName
{
border-color: #DCB07B;
}
.TagClassName
{
border-color: #DCB07B;
}
</style>