Shades of Manhattan #DCB274
Tints of Manhattan #DCB274
RGB
CMYK
RGB Variations
Color information
#DCB274 (or 0xDCB274) is known color: Manhattan. HEX triplet: DC, B2 and 74. RGB value is (220,178,116). Sum of RGB (Red+Green+Blue) = 220+178+116=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB274 is #234D8B. Grayscale: #B7B7B7. Windows color (decimal): -2313612 or 7647964. OLE color: 7647964.
HSL color Cylindrical-coordinate representation of color #DCB274: hue angle of 35.77º 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 #DCB274 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 116 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 35.77º | 0.6% | 0.66% | - |
| HSV(B) | 35.77º | 0.47% | 0.86% | - |
| XYZ | 48.59 | 48.32 | 23.29 | - |
| YUV | 183.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 116 | 0 | 0.19 | 0.47 | 0.14 | 35.77 | 0.6 | 0.66 |
| Hex | DC | B2 | 74 | 0 | 13 | 2F | E | 24 | 3C | 42 |
| Octal | 334 | 262 | 164 | 0 | 23 | 57 | 16 | 44 | 74 | 102 |
| Binary | 11011100 | 10110010 | 1110100 | 0 | 10011 | 101111 | 1110 | 100100 | 111100 | 1000010 |
Color Harmonies of #DCB274
Complementary color
Monochromatic Colors of #DCB274
Black with #DCB274
Text Example
Text Example
White with #DCB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB274; }
p { color: rgb(220,178,116); }
H1.HeaderClassName
{
color: #DCB274;
}
.AnyTagClassName
{
color: #DCB274;
}
</style>
background-color css
<style>
a { background-color: #DCB274; }
a { background-color: rgb(220,178,116); }
div.DivClassName
{
background-color: #DCB274;
}
.BgClassName
{
background-color: #DCB274;
}
</style>
border-color css
<style>
span { border-color: #DCB274; }
span { border-color: rgb(220,178,116); }
td.TdClassName
{
border-color: #DCB274;
}
.TagClassName
{
border-color: #DCB274;
}
</style>