Shades of Manhattan #DCB27E
Tints of Manhattan #DCB27E
RGB
CMYK
RGB Variations
Color information
#DCB27E (or 0xDCB27E) is known color: Manhattan. HEX triplet: DC, B2 and 7E. RGB value is (220,178,126). Sum of RGB (Red+Green+Blue) = 220+178+126=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB27E is #234D81. Grayscale: #B8B8B8. Windows color (decimal): -2313602 or 8303324. OLE color: 8303324.
HSL color Cylindrical-coordinate representation of color #DCB27E: hue angle of 33.19º degrees, saturation: 0.57, 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 #DCB27E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.14 |
| HSL | 33.19º | 0.57% | 0.68% | - |
| HSV(B) | 33.19º | 0.43% | 0.86% | - |
| XYZ | 49.2 | 48.56 | 26.52 | - |
| YUV | 184.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 126 | 0 | 0.19 | 0.43 | 0.14 | 33.19 | 0.57 | 0.68 |
| Hex | DC | B2 | 7E | 0 | 13 | 2B | E | 21 | 39 | 44 |
| Octal | 334 | 262 | 176 | 0 | 23 | 53 | 16 | 41 | 71 | 104 |
| Binary | 11011100 | 10110010 | 1111110 | 0 | 10011 | 101011 | 1110 | 100001 | 111001 | 1000100 |
Color Harmonies of #DCB27E
Complementary color
Monochromatic Colors of #DCB27E
Black with #DCB27E
Text Example
Text Example
White with #DCB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB27E; }
p { color: rgb(220,178,126); }
H1.HeaderClassName
{
color: #DCB27E;
}
.AnyTagClassName
{
color: #DCB27E;
}
</style>
background-color css
<style>
a { background-color: #DCB27E; }
a { background-color: rgb(220,178,126); }
div.DivClassName
{
background-color: #DCB27E;
}
.BgClassName
{
background-color: #DCB27E;
}
</style>
border-color css
<style>
span { border-color: #DCB27E; }
span { border-color: rgb(220,178,126); }
td.TdClassName
{
border-color: #DCB27E;
}
.TagClassName
{
border-color: #DCB27E;
}
</style>