Shades of Copper #DC856C
Tints of Copper #DC856C
RGB
CMYK
RGB Variations
Color information
#DC856C (or 0xDC856C) is known color: Copper. HEX triplet: DC, 85 and 6C. RGB value is (220,133,108). Sum of RGB (Red+Green+Blue) = 220+133+108=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC856C is #237A93. Grayscale: #9C9C9C. Windows color (decimal): -2325140 or 7112156. OLE color: 7112156.
HSL color Cylindrical-coordinate representation of color #DC856C: hue angle of 13.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC856C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 108 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.14 |
| HSL | 13.39º | 0.62% | 0.64% | - |
| HSV(B) | 13.39º | 0.51% | 0.86% | - |
| XYZ | 40.61 | 33.07 | 18.43 | - |
| YUV | 156.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 108 | 0 | 0.40 | 0.51 | 0.14 | 13.39 | 0.62 | 0.64 |
| Hex | DC | 85 | 6C | 0 | 28 | 33 | E | D | 3E | 40 |
| Octal | 334 | 205 | 154 | 0 | 50 | 63 | 16 | 15 | 76 | 100 |
| Binary | 11011100 | 10000101 | 1101100 | 0 | 101000 | 110011 | 1110 | 1101 | 111110 | 1000000 |
Color Harmonies of #DC856C
Complementary color
Monochromatic Colors of #DC856C
Black with #DC856C
Text Example
Text Example
White with #DC856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC856C; }
p { color: rgb(220,133,108); }
H1.HeaderClassName
{
color: #DC856C;
}
.AnyTagClassName
{
color: #DC856C;
}
</style>
background-color css
<style>
a { background-color: #DC856C; }
a { background-color: rgb(220,133,108); }
div.DivClassName
{
background-color: #DC856C;
}
.BgClassName
{
background-color: #DC856C;
}
</style>
border-color css
<style>
span { border-color: #DC856C; }
span { border-color: rgb(220,133,108); }
td.TdClassName
{
border-color: #DC856C;
}
.TagClassName
{
border-color: #DC856C;
}
</style>