Shades of Copper #DC8161
Tints of Copper #DC8161
RGB
CMYK
RGB Variations
Color information
#DC8161 (or 0xDC8161) is known color: Copper. HEX triplet: DC, 81 and 61. RGB value is (220,129,97). Sum of RGB (Red+Green+Blue) = 220+129+97=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8161 is #237E9E. Grayscale: #989898. Windows color (decimal): -2326175 or 6390236. OLE color: 6390236.
HSL color Cylindrical-coordinate representation of color #DC8161: hue angle of 15.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8161 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 97 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.14 |
| HSL | 15.61º | 0.64% | 0.62% | - |
| HSV(B) | 15.61º | 0.56% | 0.86% | - |
| XYZ | 39.52 | 31.78 | 15.36 | - |
| YUV | 152.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 97 | 0 | 0.41 | 0.56 | 0.14 | 15.61 | 0.64 | 0.62 |
| Hex | DC | 81 | 61 | 0 | 29 | 38 | E | 10 | 40 | 3E |
| Octal | 334 | 201 | 141 | 0 | 51 | 70 | 16 | 20 | 100 | 76 |
| Binary | 11011100 | 10000001 | 1100001 | 0 | 101001 | 111000 | 1110 | 10000 | 1000000 | 111110 |
Color Harmonies of #DC8161
Complementary color
Monochromatic Colors of #DC8161
Black with #DC8161
Text Example
Text Example
White with #DC8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8161; }
p { color: rgb(220,129,97); }
H1.HeaderClassName
{
color: #DC8161;
}
.AnyTagClassName
{
color: #DC8161;
}
</style>
background-color css
<style>
a { background-color: #DC8161; }
a { background-color: rgb(220,129,97); }
div.DivClassName
{
background-color: #DC8161;
}
.BgClassName
{
background-color: #DC8161;
}
</style>
border-color css
<style>
span { border-color: #DC8161; }
span { border-color: rgb(220,129,97); }
td.TdClassName
{
border-color: #DC8161;
}
.TagClassName
{
border-color: #DC8161;
}
</style>