Shades of Manhattan #DCB07D
Tints of Manhattan #DCB07D
RGB
CMYK
RGB Variations
Color information
#DCB07D (or 0xDCB07D) is known color: Manhattan. HEX triplet: DC, B0 and 7D. RGB value is (220,176,125). Sum of RGB (Red+Green+Blue) = 220+176+125=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB07D is #234F82. Grayscale: #B7B7B7. Windows color (decimal): -2314115 or 8237276. OLE color: 8237276.
HSL color Cylindrical-coordinate representation of color #DCB07D: hue angle of 32.21º degrees, saturation: 0.58, 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 #DCB07D is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 125 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.14 |
| HSL | 32.21º | 0.58% | 0.68% | - |
| HSV(B) | 32.21º | 0.43% | 0.86% | - |
| XYZ | 48.74 | 47.75 | 26.05 | - |
| YUV | 183.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 125 | 0 | 0.2 | 0.43 | 0.14 | 32.21 | 0.58 | 0.68 |
| Hex | DC | B0 | 7D | 0 | 14 | 2B | E | 20 | 3A | 44 |
| Octal | 334 | 260 | 175 | 0 | 24 | 53 | 16 | 40 | 72 | 104 |
| Binary | 11011100 | 10110000 | 1111101 | 0 | 10100 | 101011 | 1110 | 100000 | 111010 | 1000100 |
Color Harmonies of #DCB07D
Complementary color
Monochromatic Colors of #DCB07D
Black with #DCB07D
Text Example
Text Example
White with #DCB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB07D; }
p { color: rgb(220,176,125); }
H1.HeaderClassName
{
color: #DCB07D;
}
.AnyTagClassName
{
color: #DCB07D;
}
</style>
background-color css
<style>
a { background-color: #DCB07D; }
a { background-color: rgb(220,176,125); }
div.DivClassName
{
background-color: #DCB07D;
}
.BgClassName
{
background-color: #DCB07D;
}
</style>
border-color css
<style>
span { border-color: #DCB07D; }
span { border-color: rgb(220,176,125); }
td.TdClassName
{
border-color: #DCB07D;
}
.TagClassName
{
border-color: #DCB07D;
}
</style>