Shades of Copper #DC8666
Tints of Copper #DC8666
RGB
CMYK
RGB Variations
Color information
#DC8666 (or 0xDC8666) is known color: Copper. HEX triplet: DC, 86 and 66. RGB value is (220,134,102). Sum of RGB (Red+Green+Blue) = 220+134+102=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8666 is #237999. Grayscale: #9C9C9C. Windows color (decimal): -2324890 or 6719196. OLE color: 6719196.
HSL color Cylindrical-coordinate representation of color #DC8666: hue angle of 16.27º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC8666 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 102 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.14 |
| HSL | 16.27º | 0.63% | 0.63% | - |
| HSV(B) | 16.27º | 0.54% | 0.86% | - |
| XYZ | 40.44 | 33.23 | 16.85 | - |
| YUV | 156.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 102 | 0 | 0.39 | 0.54 | 0.14 | 16.27 | 0.63 | 0.63 |
| Hex | DC | 86 | 66 | 0 | 27 | 36 | E | 10 | 3F | 3F |
| Octal | 334 | 206 | 146 | 0 | 47 | 66 | 16 | 20 | 77 | 77 |
| Binary | 11011100 | 10000110 | 1100110 | 0 | 100111 | 110110 | 1110 | 10000 | 111111 | 111111 |
Color Harmonies of #DC8666
Complementary color
Monochromatic Colors of #DC8666
Black with #DC8666
Text Example
Text Example
White with #DC8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8666; }
p { color: rgb(220,134,102); }
H1.HeaderClassName
{
color: #DC8666;
}
.AnyTagClassName
{
color: #DC8666;
}
</style>
background-color css
<style>
a { background-color: #DC8666; }
a { background-color: rgb(220,134,102); }
div.DivClassName
{
background-color: #DC8666;
}
.BgClassName
{
background-color: #DC8666;
}
</style>
border-color css
<style>
span { border-color: #DC8666; }
span { border-color: rgb(220,134,102); }
td.TdClassName
{
border-color: #DC8666;
}
.TagClassName
{
border-color: #DC8666;
}
</style>