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