Shades of Copper #DC8660
Tints of Copper #DC8660
RGB
CMYK
RGB Variations
Color information
#DC8660 (or 0xDC8660) is known color: Copper. HEX triplet: DC, 86 and 60. RGB value is (220,134,96). Sum of RGB (Red+Green+Blue) = 220+134+96=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8660 is #23799F. Grayscale: #9B9B9B. Windows color (decimal): -2324896 or 6325980. OLE color: 6325980.
HSL color Cylindrical-coordinate representation of color #DC8660: hue angle of 18.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8660 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 96 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.14 |
| HSL | 18.39º | 0.64% | 0.62% | - |
| HSV(B) | 18.39º | 0.56% | 0.86% | - |
| XYZ | 40.15 | 33.11 | 15.34 | - |
| YUV | 155.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 96 | 0 | 0.39 | 0.56 | 0.14 | 18.39 | 0.64 | 0.62 |
| Hex | DC | 86 | 60 | 0 | 27 | 38 | E | 12 | 40 | 3E |
| Octal | 334 | 206 | 140 | 0 | 47 | 70 | 16 | 22 | 100 | 76 |
| Binary | 11011100 | 10000110 | 1100000 | 0 | 100111 | 111000 | 1110 | 10010 | 1000000 | 111110 |
Color Harmonies of #DC8660
Complementary color
Monochromatic Colors of #DC8660
Black with #DC8660
Text Example
Text Example
White with #DC8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8660; }
p { color: rgb(220,134,96); }
H1.HeaderClassName
{
color: #DC8660;
}
.AnyTagClassName
{
color: #DC8660;
}
</style>
background-color css
<style>
a { background-color: #DC8660; }
a { background-color: rgb(220,134,96); }
div.DivClassName
{
background-color: #DC8660;
}
.BgClassName
{
background-color: #DC8660;
}
</style>
border-color css
<style>
span { border-color: #DC8660; }
span { border-color: rgb(220,134,96); }
td.TdClassName
{
border-color: #DC8660;
}
.TagClassName
{
border-color: #DC8660;
}
</style>