Shades of Copper #DC8866
Tints of Copper #DC8866
RGB
CMYK
RGB Variations
Color information
#DC8866 (or 0xDC8866) is known color: Copper. HEX triplet: DC, 88 and 66. RGB value is (220,136,102). Sum of RGB (Red+Green+Blue) = 220+136+102=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8866 is #237799. Grayscale: #9D9D9D. Windows color (decimal): -2324378 or 6719708. OLE color: 6719708.
HSL color Cylindrical-coordinate representation of color #DC8866: hue angle of 17.29º 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 #DC8866 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 102 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.14 |
| HSL | 17.29º | 0.63% | 0.63% | - |
| HSV(B) | 17.29º | 0.54% | 0.86% | - |
| XYZ | 40.72 | 33.78 | 16.95 | - |
| YUV | 157.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 102 | 0 | 0.38 | 0.54 | 0.14 | 17.29 | 0.63 | 0.63 |
| Hex | DC | 88 | 66 | 0 | 26 | 36 | E | 11 | 3F | 3F |
| Octal | 334 | 210 | 146 | 0 | 46 | 66 | 16 | 21 | 77 | 77 |
| Binary | 11011100 | 10001000 | 1100110 | 0 | 100110 | 110110 | 1110 | 10001 | 111111 | 111111 |
Color Harmonies of #DC8866
Complementary color
Monochromatic Colors of #DC8866
Black with #DC8866
Text Example
Text Example
White with #DC8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8866; }
p { color: rgb(220,136,102); }
H1.HeaderClassName
{
color: #DC8866;
}
.AnyTagClassName
{
color: #DC8866;
}
</style>
background-color css
<style>
a { background-color: #DC8866; }
a { background-color: rgb(220,136,102); }
div.DivClassName
{
background-color: #DC8866;
}
.BgClassName
{
background-color: #DC8866;
}
</style>
border-color css
<style>
span { border-color: #DC8866; }
span { border-color: rgb(220,136,102); }
td.TdClassName
{
border-color: #DC8866;
}
.TagClassName
{
border-color: #DC8866;
}
</style>