Shades of Manhattan #DCB17F
Tints of Manhattan #DCB17F
RGB
CMYK
RGB Variations
Color information
#DCB17F (or 0xDCB17F) is known color: Manhattan. HEX triplet: DC, B1 and 7F. RGB value is (220,177,127). Sum of RGB (Red+Green+Blue) = 220+177+127=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB17F is #234E80. Grayscale: #B8B8B8. Windows color (decimal): -2313857 or 8368604. OLE color: 8368604.
HSL color Cylindrical-coordinate representation of color #DCB17F: hue angle of 32.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB17F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 127 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.14 |
| HSL | 32.26º | 0.57% | 0.68% | - |
| HSV(B) | 32.26º | 0.42% | 0.86% | - |
| XYZ | 49.07 | 48.19 | 26.79 | - |
| YUV | 184.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 127 | 0 | 0.20 | 0.42 | 0.14 | 32.26 | 0.57 | 0.68 |
| Hex | DC | B1 | 7F | 0 | 14 | 2A | E | 20 | 39 | 44 |
| Octal | 334 | 261 | 177 | 0 | 24 | 52 | 16 | 40 | 71 | 104 |
| Binary | 11011100 | 10110001 | 1111111 | 0 | 10100 | 101010 | 1110 | 100000 | 111001 | 1000100 |
Color Harmonies of #DCB17F
Complementary color
Monochromatic Colors of #DCB17F
Black with #DCB17F
Text Example
Text Example
White with #DCB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB17F; }
p { color: rgb(220,177,127); }
H1.HeaderClassName
{
color: #DCB17F;
}
.AnyTagClassName
{
color: #DCB17F;
}
</style>
background-color css
<style>
a { background-color: #DCB17F; }
a { background-color: rgb(220,177,127); }
div.DivClassName
{
background-color: #DCB17F;
}
.BgClassName
{
background-color: #DCB17F;
}
</style>
border-color css
<style>
span { border-color: #DCB17F; }
span { border-color: rgb(220,177,127); }
td.TdClassName
{
border-color: #DCB17F;
}
.TagClassName
{
border-color: #DCB17F;
}
</style>