Shades of Copper #DC8659
Tints of Copper #DC8659
RGB
CMYK
RGB Variations
Color information
#DC8659 (or 0xDC8659) is known color: Copper. HEX triplet: DC, 86 and 59. RGB value is (220,134,89). Sum of RGB (Red+Green+Blue) = 220+134+89=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8659 is #2379A6. Grayscale: #9A9A9A. Windows color (decimal): -2324903 or 5867228. OLE color: 5867228.
HSL color Cylindrical-coordinate representation of color #DC8659: hue angle of 20.61º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8659 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 89 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.14 |
| HSL | 20.61º | 0.65% | 0.61% | - |
| HSV(B) | 20.61º | 0.6% | 0.86% | - |
| XYZ | 39.84 | 32.99 | 13.72 | - |
| YUV | 154.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 89 | 0 | 0.39 | 0.60 | 0.14 | 20.61 | 0.65 | 0.61 |
| Hex | DC | 86 | 59 | 0 | 27 | 3C | E | 15 | 41 | 3D |
| Octal | 334 | 206 | 131 | 0 | 47 | 74 | 16 | 25 | 101 | 75 |
| Binary | 11011100 | 10000110 | 1011001 | 0 | 100111 | 111100 | 1110 | 10101 | 1000001 | 111101 |
Color Harmonies of #DC8659
Complementary color
Monochromatic Colors of #DC8659
Black with #DC8659
Text Example
Text Example
White with #DC8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8659; }
p { color: rgb(220,134,89); }
H1.HeaderClassName
{
color: #DC8659;
}
.AnyTagClassName
{
color: #DC8659;
}
</style>
background-color css
<style>
a { background-color: #DC8659; }
a { background-color: rgb(220,134,89); }
div.DivClassName
{
background-color: #DC8659;
}
.BgClassName
{
background-color: #DC8659;
}
</style>
border-color css
<style>
span { border-color: #DC8659; }
span { border-color: rgb(220,134,89); }
td.TdClassName
{
border-color: #DC8659;
}
.TagClassName
{
border-color: #DC8659;
}
</style>