Shades of Copper #DC8361
Tints of Copper #DC8361
RGB
CMYK
RGB Variations
Color information
#DC8361 (or 0xDC8361) is known color: Copper. HEX triplet: DC, 83 and 61. RGB value is (220,131,97). Sum of RGB (Red+Green+Blue) = 220+131+97=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8361 is #237C9E. Grayscale: #999999. Windows color (decimal): -2325663 or 6390748. OLE color: 6390748.
HSL color Cylindrical-coordinate representation of color #DC8361: hue angle of 16.59º 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 #DC8361 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 97 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.14 |
| HSL | 16.59º | 0.64% | 0.62% | - |
| HSV(B) | 16.59º | 0.56% | 0.86% | - |
| XYZ | 39.79 | 32.31 | 15.45 | - |
| YUV | 153.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 97 | 0 | 0.40 | 0.56 | 0.14 | 16.59 | 0.64 | 0.62 |
| Hex | DC | 83 | 61 | 0 | 28 | 38 | E | 11 | 40 | 3E |
| Octal | 334 | 203 | 141 | 0 | 50 | 70 | 16 | 21 | 100 | 76 |
| Binary | 11011100 | 10000011 | 1100001 | 0 | 101000 | 111000 | 1110 | 10001 | 1000000 | 111110 |
Color Harmonies of #DC8361
Complementary color
Monochromatic Colors of #DC8361
Black with #DC8361
Text Example
Text Example
White with #DC8361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8361; }
p { color: rgb(220,131,97); }
H1.HeaderClassName
{
color: #DC8361;
}
.AnyTagClassName
{
color: #DC8361;
}
</style>
background-color css
<style>
a { background-color: #DC8361; }
a { background-color: rgb(220,131,97); }
div.DivClassName
{
background-color: #DC8361;
}
.BgClassName
{
background-color: #DC8361;
}
</style>
border-color css
<style>
span { border-color: #DC8361; }
span { border-color: rgb(220,131,97); }
td.TdClassName
{
border-color: #DC8361;
}
.TagClassName
{
border-color: #DC8361;
}
</style>