Shades of Copper #DC8A63
Tints of Copper #DC8A63
RGB
CMYK
RGB Variations
Color information
#DC8A63 (or 0xDC8A63) is known color: Copper. HEX triplet: DC, 8A and 63. RGB value is (220,138,99). Sum of RGB (Red+Green+Blue) = 220+138+99=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A63 is #23759C. Grayscale: #9E9E9E. Windows color (decimal): -2323869 or 6523612. OLE color: 6523612.
HSL color Cylindrical-coordinate representation of color #DC8A63: hue angle of 19.34º 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 #DC8A63 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 99 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.14 |
| HSL | 19.34º | 0.63% | 0.63% | - |
| HSV(B) | 19.34º | 0.55% | 0.86% | - |
| XYZ | 40.86 | 34.29 | 16.27 | - |
| YUV | 158.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 99 | 0 | 0.37 | 0.55 | 0.14 | 19.34 | 0.63 | 0.63 |
| Hex | DC | 8A | 63 | 0 | 25 | 37 | E | 13 | 3F | 3F |
| Octal | 334 | 212 | 143 | 0 | 45 | 67 | 16 | 23 | 77 | 77 |
| Binary | 11011100 | 10001010 | 1100011 | 0 | 100101 | 110111 | 1110 | 10011 | 111111 | 111111 |
Color Harmonies of #DC8A63
Complementary color
Monochromatic Colors of #DC8A63
Black with #DC8A63
Text Example
Text Example
White with #DC8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A63; }
p { color: rgb(220,138,99); }
H1.HeaderClassName
{
color: #DC8A63;
}
.AnyTagClassName
{
color: #DC8A63;
}
</style>
background-color css
<style>
a { background-color: #DC8A63; }
a { background-color: rgb(220,138,99); }
div.DivClassName
{
background-color: #DC8A63;
}
.BgClassName
{
background-color: #DC8A63;
}
</style>
border-color css
<style>
span { border-color: #DC8A63; }
span { border-color: rgb(220,138,99); }
td.TdClassName
{
border-color: #DC8A63;
}
.TagClassName
{
border-color: #DC8A63;
}
</style>