Shades of Copper #DC8D73
Tints of Copper #DC8D73
RGB
CMYK
RGB Variations
Color information
#DC8D73 (or 0xDC8D73) is known color: Copper. HEX triplet: DC, 8D and 73. RGB value is (220,141,115). Sum of RGB (Red+Green+Blue) = 220+141+115=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D73 is #23728C. Grayscale: #A1A1A1. Windows color (decimal): -2323085 or 7572956. OLE color: 7572956.
HSL color Cylindrical-coordinate representation of color #DC8D73: hue angle of 14.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8D73 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 115 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.14 |
| HSL | 14.86º | 0.6% | 0.66% | - |
| HSV(B) | 14.86º | 0.48% | 0.86% | - |
| XYZ | 42.13 | 35.5 | 20.85 | - |
| YUV | 161.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 115 | 0 | 0.36 | 0.48 | 0.14 | 14.86 | 0.6 | 0.66 |
| Hex | DC | 8D | 73 | 0 | 24 | 30 | E | F | 3C | 42 |
| Octal | 334 | 215 | 163 | 0 | 44 | 60 | 16 | 17 | 74 | 102 |
| Binary | 11011100 | 10001101 | 1110011 | 0 | 100100 | 110000 | 1110 | 1111 | 111100 | 1000010 |
Color Harmonies of #DC8D73
Complementary color
Monochromatic Colors of #DC8D73
Black with #DC8D73
Text Example
Text Example
White with #DC8D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D73; }
p { color: rgb(220,141,115); }
H1.HeaderClassName
{
color: #DC8D73;
}
.AnyTagClassName
{
color: #DC8D73;
}
</style>
background-color css
<style>
a { background-color: #DC8D73; }
a { background-color: rgb(220,141,115); }
div.DivClassName
{
background-color: #DC8D73;
}
.BgClassName
{
background-color: #DC8D73;
}
</style>
border-color css
<style>
span { border-color: #DC8D73; }
span { border-color: rgb(220,141,115); }
td.TdClassName
{
border-color: #DC8D73;
}
.TagClassName
{
border-color: #DC8D73;
}
</style>