Shades of Copper #DC8C6F
Tints of Copper #DC8C6F
RGB
CMYK
RGB Variations
Color information
#DC8C6F (or 0xDC8C6F) is known color: Copper. HEX triplet: DC, 8C and 6F. RGB value is (220,140,111). Sum of RGB (Red+Green+Blue) = 220+140+111=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C6F is #237390. Grayscale: #A0A0A0. Windows color (decimal): -2323345 or 7310556. OLE color: 7310556.
HSL color Cylindrical-coordinate representation of color #DC8C6F: hue angle of 15.96º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC8C6F is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 111 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.14 |
| HSL | 15.96º | 0.61% | 0.65% | - |
| HSV(B) | 15.96º | 0.5% | 0.86% | - |
| XYZ | 41.76 | 35.12 | 19.62 | - |
| YUV | 160.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 111 | 0 | 0.36 | 0.50 | 0.14 | 15.96 | 0.61 | 0.65 |
| Hex | DC | 8C | 6F | 0 | 24 | 32 | E | 10 | 3D | 41 |
| Octal | 334 | 214 | 157 | 0 | 44 | 62 | 16 | 20 | 75 | 101 |
| Binary | 11011100 | 10001100 | 1101111 | 0 | 100100 | 110010 | 1110 | 10000 | 111101 | 1000001 |
Color Harmonies of #DC8C6F
Complementary color
Monochromatic Colors of #DC8C6F
Black with #DC8C6F
Text Example
Text Example
White with #DC8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C6F; }
p { color: rgb(220,140,111); }
H1.HeaderClassName
{
color: #DC8C6F;
}
.AnyTagClassName
{
color: #DC8C6F;
}
</style>
background-color css
<style>
a { background-color: #DC8C6F; }
a { background-color: rgb(220,140,111); }
div.DivClassName
{
background-color: #DC8C6F;
}
.BgClassName
{
background-color: #DC8C6F;
}
</style>
border-color css
<style>
span { border-color: #DC8C6F; }
span { border-color: rgb(220,140,111); }
td.TdClassName
{
border-color: #DC8C6F;
}
.TagClassName
{
border-color: #DC8C6F;
}
</style>