Shades of Manhattan #DCB275
Tints of Manhattan #DCB275
RGB
CMYK
RGB Variations
Color information
#DCB275 (or 0xDCB275) is known color: Manhattan. HEX triplet: DC, B2 and 75. RGB value is (220,178,117). Sum of RGB (Red+Green+Blue) = 220+178+117=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB275 is #234D8A. Grayscale: #B7B7B7. Windows color (decimal): -2313611 or 7713500. OLE color: 7713500.
HSL color Cylindrical-coordinate representation of color #DCB275: hue angle of 35.53º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB275 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 117 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 35.53º | 0.6% | 0.66% | - |
| HSV(B) | 35.53º | 0.47% | 0.86% | - |
| XYZ | 48.65 | 48.34 | 23.6 | - |
| YUV | 183.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 117 | 0 | 0.19 | 0.47 | 0.14 | 35.53 | 0.6 | 0.66 |
| Hex | DC | B2 | 75 | 0 | 13 | 2F | E | 24 | 3C | 42 |
| Octal | 334 | 262 | 165 | 0 | 23 | 57 | 16 | 44 | 74 | 102 |
| Binary | 11011100 | 10110010 | 1110101 | 0 | 10011 | 101111 | 1110 | 100100 | 111100 | 1000010 |
Color Harmonies of #DCB275
Complementary color
Monochromatic Colors of #DCB275
Black with #DCB275
Text Example
Text Example
White with #DCB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB275; }
p { color: rgb(220,178,117); }
H1.HeaderClassName
{
color: #DCB275;
}
.AnyTagClassName
{
color: #DCB275;
}
</style>
background-color css
<style>
a { background-color: #DCB275; }
a { background-color: rgb(220,178,117); }
div.DivClassName
{
background-color: #DCB275;
}
.BgClassName
{
background-color: #DCB275;
}
</style>
border-color css
<style>
span { border-color: #DCB275; }
span { border-color: rgb(220,178,117); }
td.TdClassName
{
border-color: #DCB275;
}
.TagClassName
{
border-color: #DCB275;
}
</style>