Shades of Copper #DC8862
Tints of Copper #DC8862
RGB
CMYK
RGB Variations
Color information
#DC8862 (or 0xDC8862) is known color: Copper. HEX triplet: DC, 88 and 62. RGB value is (220,136,98). Sum of RGB (Red+Green+Blue) = 220+136+98=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8862 is #23779D. Grayscale: #9D9D9D. Windows color (decimal): -2324382 or 6457564. OLE color: 6457564.
HSL color Cylindrical-coordinate representation of color #DC8862: hue angle of 18.69º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8862 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 98 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.14 |
| HSL | 18.69º | 0.64% | 0.62% | - |
| HSV(B) | 18.69º | 0.55% | 0.86% | - |
| XYZ | 40.52 | 33.71 | 15.93 | - |
| YUV | 156.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 98 | 0 | 0.38 | 0.55 | 0.14 | 18.69 | 0.64 | 0.62 |
| Hex | DC | 88 | 62 | 0 | 26 | 37 | E | 13 | 40 | 3E |
| Octal | 334 | 210 | 142 | 0 | 46 | 67 | 16 | 23 | 100 | 76 |
| Binary | 11011100 | 10001000 | 1100010 | 0 | 100110 | 110111 | 1110 | 10011 | 1000000 | 111110 |
Color Harmonies of #DC8862
Complementary color
Monochromatic Colors of #DC8862
Black with #DC8862
Text Example
Text Example
White with #DC8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8862; }
p { color: rgb(220,136,98); }
H1.HeaderClassName
{
color: #DC8862;
}
.AnyTagClassName
{
color: #DC8862;
}
</style>
background-color css
<style>
a { background-color: #DC8862; }
a { background-color: rgb(220,136,98); }
div.DivClassName
{
background-color: #DC8862;
}
.BgClassName
{
background-color: #DC8862;
}
</style>
border-color css
<style>
span { border-color: #DC8862; }
span { border-color: rgb(220,136,98); }
td.TdClassName
{
border-color: #DC8862;
}
.TagClassName
{
border-color: #DC8862;
}
</style>