Shades of Manhattan #DCB27C
Tints of Manhattan #DCB27C
RGB
CMYK
RGB Variations
Color information
#DCB27C (or 0xDCB27C) is known color: Manhattan. HEX triplet: DC, B2 and 7C. RGB value is (220,178,124). Sum of RGB (Red+Green+Blue) = 220+178+124=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB27C is #234D83. Grayscale: #B8B8B8. Windows color (decimal): -2313604 or 8172252. OLE color: 8172252.
HSL color Cylindrical-coordinate representation of color #DCB27C: hue angle of 33.75º 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 #DCB27C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 124 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.14 |
| HSL | 33.75º | 0.58% | 0.67% | - |
| HSV(B) | 33.75º | 0.44% | 0.86% | - |
| XYZ | 49.07 | 48.51 | 25.85 | - |
| YUV | 184.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 124 | 0 | 0.19 | 0.44 | 0.14 | 33.75 | 0.58 | 0.67 |
| Hex | DC | B2 | 7C | 0 | 13 | 2C | E | 22 | 3A | 43 |
| Octal | 334 | 262 | 174 | 0 | 23 | 54 | 16 | 42 | 72 | 103 |
| Binary | 11011100 | 10110010 | 1111100 | 0 | 10011 | 101100 | 1110 | 100010 | 111010 | 1000011 |
Color Harmonies of #DCB27C
Complementary color
Monochromatic Colors of #DCB27C
Black with #DCB27C
Text Example
Text Example
White with #DCB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB27C; }
p { color: rgb(220,178,124); }
H1.HeaderClassName
{
color: #DCB27C;
}
.AnyTagClassName
{
color: #DCB27C;
}
</style>
background-color css
<style>
a { background-color: #DCB27C; }
a { background-color: rgb(220,178,124); }
div.DivClassName
{
background-color: #DCB27C;
}
.BgClassName
{
background-color: #DCB27C;
}
</style>
border-color css
<style>
span { border-color: #DCB27C; }
span { border-color: rgb(220,178,124); }
td.TdClassName
{
border-color: #DCB27C;
}
.TagClassName
{
border-color: #DCB27C;
}
</style>