Shades of Manhattan #DCB17D
Tints of Manhattan #DCB17D
RGB
CMYK
RGB Variations
Color information
#DCB17D (or 0xDCB17D) is known color: Manhattan. HEX triplet: DC, B1 and 7D. RGB value is (220,177,125). Sum of RGB (Red+Green+Blue) = 220+177+125=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB17D is #234E82. Grayscale: #B8B8B8. Windows color (decimal): -2313859 or 8237532. OLE color: 8237532.
HSL color Cylindrical-coordinate representation of color #DCB17D: hue angle of 32.84º 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 #DCB17D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 125 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.14 |
| HSL | 32.84º | 0.58% | 0.68% | - |
| HSV(B) | 32.84º | 0.43% | 0.86% | - |
| XYZ | 48.94 | 48.14 | 26.11 | - |
| YUV | 183.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 125 | 0 | 0.20 | 0.43 | 0.14 | 32.84 | 0.58 | 0.68 |
| Hex | DC | B1 | 7D | 0 | 14 | 2B | E | 21 | 3A | 44 |
| Octal | 334 | 261 | 175 | 0 | 24 | 53 | 16 | 41 | 72 | 104 |
| Binary | 11011100 | 10110001 | 1111101 | 0 | 10100 | 101011 | 1110 | 100001 | 111010 | 1000100 |
Color Harmonies of #DCB17D
Complementary color
Monochromatic Colors of #DCB17D
Black with #DCB17D
Text Example
Text Example
White with #DCB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB17D; }
p { color: rgb(220,177,125); }
H1.HeaderClassName
{
color: #DCB17D;
}
.AnyTagClassName
{
color: #DCB17D;
}
</style>
background-color css
<style>
a { background-color: #DCB17D; }
a { background-color: rgb(220,177,125); }
div.DivClassName
{
background-color: #DCB17D;
}
.BgClassName
{
background-color: #DCB17D;
}
</style>
border-color css
<style>
span { border-color: #DCB17D; }
span { border-color: rgb(220,177,125); }
td.TdClassName
{
border-color: #DCB17D;
}
.TagClassName
{
border-color: #DCB17D;
}
</style>