Shades of Copper #DC8F6C
Tints of Copper #DC8F6C
RGB
CMYK
RGB Variations
Color information
#DC8F6C (or 0xDC8F6C) is known color: Copper. HEX triplet: DC, 8F and 6C. RGB value is (220,143,108). Sum of RGB (Red+Green+Blue) = 220+143+108=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F6C is #237093. Grayscale: #A2A2A2. Windows color (decimal): -2322580 or 7114716. OLE color: 7114716.
HSL color Cylindrical-coordinate representation of color #DC8F6C: hue angle of 18.75º 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 #DC8F6C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 108 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.14 |
| HSL | 18.75º | 0.62% | 0.64% | - |
| HSV(B) | 18.75º | 0.51% | 0.86% | - |
| XYZ | 42.04 | 35.94 | 18.91 | - |
| YUV | 162.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 108 | 0 | 0.35 | 0.51 | 0.14 | 18.75 | 0.62 | 0.64 |
| Hex | DC | 8F | 6C | 0 | 23 | 33 | E | 13 | 3E | 40 |
| Octal | 334 | 217 | 154 | 0 | 43 | 63 | 16 | 23 | 76 | 100 |
| Binary | 11011100 | 10001111 | 1101100 | 0 | 100011 | 110011 | 1110 | 10011 | 111110 | 1000000 |
Color Harmonies of #DC8F6C
Complementary color
Monochromatic Colors of #DC8F6C
Black with #DC8F6C
Text Example
Text Example
White with #DC8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F6C; }
p { color: rgb(220,143,108); }
H1.HeaderClassName
{
color: #DC8F6C;
}
.AnyTagClassName
{
color: #DC8F6C;
}
</style>
background-color css
<style>
a { background-color: #DC8F6C; }
a { background-color: rgb(220,143,108); }
div.DivClassName
{
background-color: #DC8F6C;
}
.BgClassName
{
background-color: #DC8F6C;
}
</style>
border-color css
<style>
span { border-color: #DC8F6C; }
span { border-color: rgb(220,143,108); }
td.TdClassName
{
border-color: #DC8F6C;
}
.TagClassName
{
border-color: #DC8F6C;
}
</style>