Shades of Copper #DC8F62
Tints of Copper #DC8F62
RGB
CMYK
RGB Variations
Color information
#DC8F62 (or 0xDC8F62) is known color: Copper. HEX triplet: DC, 8F and 62. RGB value is (220,143,98). Sum of RGB (Red+Green+Blue) = 220+143+98=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F62 is #23709D. Grayscale: #A1A1A1. Windows color (decimal): -2322590 or 6459356. OLE color: 6459356.
HSL color Cylindrical-coordinate representation of color #DC8F62: hue angle of 22.13º 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 #DC8F62 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 98 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.14 |
| HSL | 22.13º | 0.64% | 0.62% | - |
| HSV(B) | 22.13º | 0.55% | 0.86% | - |
| XYZ | 41.54 | 35.74 | 16.26 | - |
| YUV | 160.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 98 | 0 | 0.35 | 0.55 | 0.14 | 22.13 | 0.64 | 0.62 |
| Hex | DC | 8F | 62 | 0 | 23 | 37 | E | 16 | 40 | 3E |
| Octal | 334 | 217 | 142 | 0 | 43 | 67 | 16 | 26 | 100 | 76 |
| Binary | 11011100 | 10001111 | 1100010 | 0 | 100011 | 110111 | 1110 | 10110 | 1000000 | 111110 |
Color Harmonies of #DC8F62
Complementary color
Monochromatic Colors of #DC8F62
Black with #DC8F62
Text Example
Text Example
White with #DC8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F62; }
p { color: rgb(220,143,98); }
H1.HeaderClassName
{
color: #DC8F62;
}
.AnyTagClassName
{
color: #DC8F62;
}
</style>
background-color css
<style>
a { background-color: #DC8F62; }
a { background-color: rgb(220,143,98); }
div.DivClassName
{
background-color: #DC8F62;
}
.BgClassName
{
background-color: #DC8F62;
}
</style>
border-color css
<style>
span { border-color: #DC8F62; }
span { border-color: rgb(220,143,98); }
td.TdClassName
{
border-color: #DC8F62;
}
.TagClassName
{
border-color: #DC8F62;
}
</style>