Shades of Copper #DC8865
Tints of Copper #DC8865
RGB
CMYK
RGB Variations
Color information
#DC8865 (or 0xDC8865) is known color: Copper. HEX triplet: DC, 88 and 65. RGB value is (220,136,101). Sum of RGB (Red+Green+Blue) = 220+136+101=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8865 is #23779A. Grayscale: #9D9D9D. Windows color (decimal): -2324379 or 6654172. OLE color: 6654172.
HSL color Cylindrical-coordinate representation of color #DC8865: hue angle of 17.65º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC8865 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 101 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.14 |
| HSL | 17.65º | 0.63% | 0.63% | - |
| HSV(B) | 17.65º | 0.54% | 0.86% | - |
| XYZ | 40.67 | 33.76 | 16.69 | - |
| YUV | 157.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 101 | 0 | 0.38 | 0.54 | 0.14 | 17.65 | 0.63 | 0.63 |
| Hex | DC | 88 | 65 | 0 | 26 | 36 | E | 12 | 3F | 3F |
| Octal | 334 | 210 | 145 | 0 | 46 | 66 | 16 | 22 | 77 | 77 |
| Binary | 11011100 | 10001000 | 1100101 | 0 | 100110 | 110110 | 1110 | 10010 | 111111 | 111111 |
Color Harmonies of #DC8865
Complementary color
Monochromatic Colors of #DC8865
Black with #DC8865
Text Example
Text Example
White with #DC8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8865; }
p { color: rgb(220,136,101); }
H1.HeaderClassName
{
color: #DC8865;
}
.AnyTagClassName
{
color: #DC8865;
}
</style>
background-color css
<style>
a { background-color: #DC8865; }
a { background-color: rgb(220,136,101); }
div.DivClassName
{
background-color: #DC8865;
}
.BgClassName
{
background-color: #DC8865;
}
</style>
border-color css
<style>
span { border-color: #DC8865; }
span { border-color: rgb(220,136,101); }
td.TdClassName
{
border-color: #DC8865;
}
.TagClassName
{
border-color: #DC8865;
}
</style>