Shades of Copper #DC8A64
Tints of Copper #DC8A64
RGB
CMYK
RGB Variations
Color information
#DC8A64 (or 0xDC8A64) is known color: Copper. HEX triplet: DC, 8A and 64. RGB value is (220,138,100). Sum of RGB (Red+Green+Blue) = 220+138+100=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A64 is #23759B. Grayscale: #9E9E9E. Windows color (decimal): -2323868 or 6589148. OLE color: 6589148.
HSL color Cylindrical-coordinate representation of color #DC8A64: hue angle of 19º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8A64 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 100 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.14 |
| HSL | 19º | 0.63% | 0.63% | - |
| HSV(B) | 19º | 0.55% | 0.86% | - |
| XYZ | 40.9 | 34.31 | 16.52 | - |
| YUV | 158.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 100 | 0 | 0.37 | 0.55 | 0.14 | 19 | 0.63 | 0.63 |
| Hex | DC | 8A | 64 | 0 | 25 | 37 | E | 13 | 3F | 3F |
| Octal | 334 | 212 | 144 | 0 | 45 | 67 | 16 | 23 | 77 | 77 |
| Binary | 11011100 | 10001010 | 1100100 | 0 | 100101 | 110111 | 1110 | 10011 | 111111 | 111111 |
Color Harmonies of #DC8A64
Complementary color
Monochromatic Colors of #DC8A64
Black with #DC8A64
Text Example
Text Example
White with #DC8A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A64; }
p { color: rgb(220,138,100); }
H1.HeaderClassName
{
color: #DC8A64;
}
.AnyTagClassName
{
color: #DC8A64;
}
</style>
background-color css
<style>
a { background-color: #DC8A64; }
a { background-color: rgb(220,138,100); }
div.DivClassName
{
background-color: #DC8A64;
}
.BgClassName
{
background-color: #DC8A64;
}
</style>
border-color css
<style>
span { border-color: #DC8A64; }
span { border-color: rgb(220,138,100); }
td.TdClassName
{
border-color: #DC8A64;
}
.TagClassName
{
border-color: #DC8A64;
}
</style>