Shades of Copper #DC8A5E
Tints of Copper #DC8A5E
RGB
CMYK
RGB Variations
Color information
#DC8A5E (or 0xDC8A5E) is known color: Copper. HEX triplet: DC, 8A and 5E. RGB value is (220,138,94). Sum of RGB (Red+Green+Blue) = 220+138+94=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A5E is #2375A1. Grayscale: #9D9D9D. Windows color (decimal): -2323874 or 6195932. OLE color: 6195932.
HSL color Cylindrical-coordinate representation of color #DC8A5E: hue angle of 20.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC8A5E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 94 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.14 |
| HSL | 20.95º | 0.64% | 0.62% | - |
| HSV(B) | 20.95º | 0.57% | 0.86% | - |
| XYZ | 40.62 | 34.2 | 15.05 | - |
| YUV | 157.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 94 | 0 | 0.37 | 0.57 | 0.14 | 20.95 | 0.64 | 0.62 |
| Hex | DC | 8A | 5E | 0 | 25 | 39 | E | 15 | 40 | 3E |
| Octal | 334 | 212 | 136 | 0 | 45 | 71 | 16 | 25 | 100 | 76 |
| Binary | 11011100 | 10001010 | 1011110 | 0 | 100101 | 111001 | 1110 | 10101 | 1000000 | 111110 |
Color Harmonies of #DC8A5E
Complementary color
Monochromatic Colors of #DC8A5E
Black with #DC8A5E
Text Example
Text Example
White with #DC8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A5E; }
p { color: rgb(220,138,94); }
H1.HeaderClassName
{
color: #DC8A5E;
}
.AnyTagClassName
{
color: #DC8A5E;
}
</style>
background-color css
<style>
a { background-color: #DC8A5E; }
a { background-color: rgb(220,138,94); }
div.DivClassName
{
background-color: #DC8A5E;
}
.BgClassName
{
background-color: #DC8A5E;
}
</style>
border-color css
<style>
span { border-color: #DC8A5E; }
span { border-color: rgb(220,138,94); }
td.TdClassName
{
border-color: #DC8A5E;
}
.TagClassName
{
border-color: #DC8A5E;
}
</style>