Shades of Copper #DC8E6B
Tints of Copper #DC8E6B
RGB
CMYK
RGB Variations
Color information
#DC8E6B (or 0xDC8E6B) is known color: Copper. HEX triplet: DC, 8E and 6B. RGB value is (220,142,107). Sum of RGB (Red+Green+Blue) = 220+142+107=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E6B is #237194. Grayscale: #A1A1A1. Windows color (decimal): -2322837 or 7048924. OLE color: 7048924.
HSL color Cylindrical-coordinate representation of color #DC8E6B: hue angle of 18.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC8E6B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 107 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.14 |
| HSL | 18.58º | 0.62% | 0.64% | - |
| HSV(B) | 18.58º | 0.51% | 0.86% | - |
| XYZ | 41.84 | 35.62 | 18.58 | - |
| YUV | 161.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 107 | 0 | 0.35 | 0.51 | 0.14 | 18.58 | 0.62 | 0.64 |
| Hex | DC | 8E | 6B | 0 | 23 | 33 | E | 13 | 3E | 40 |
| Octal | 334 | 216 | 153 | 0 | 43 | 63 | 16 | 23 | 76 | 100 |
| Binary | 11011100 | 10001110 | 1101011 | 0 | 100011 | 110011 | 1110 | 10011 | 111110 | 1000000 |
Color Harmonies of #DC8E6B
Complementary color
Monochromatic Colors of #DC8E6B
Black with #DC8E6B
Text Example
Text Example
White with #DC8E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E6B; }
p { color: rgb(220,142,107); }
H1.HeaderClassName
{
color: #DC8E6B;
}
.AnyTagClassName
{
color: #DC8E6B;
}
</style>
background-color css
<style>
a { background-color: #DC8E6B; }
a { background-color: rgb(220,142,107); }
div.DivClassName
{
background-color: #DC8E6B;
}
.BgClassName
{
background-color: #DC8E6B;
}
</style>
border-color css
<style>
span { border-color: #DC8E6B; }
span { border-color: rgb(220,142,107); }
td.TdClassName
{
border-color: #DC8E6B;
}
.TagClassName
{
border-color: #DC8E6B;
}
</style>