Shades of Copper #DC8766
Tints of Copper #DC8766
RGB
CMYK
RGB Variations
Color information
#DC8766 (or 0xDC8766) is known color: Copper. HEX triplet: DC, 87 and 66. RGB value is (220,135,102). Sum of RGB (Red+Green+Blue) = 220+135+102=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8766 is #237899. Grayscale: #9C9C9C. Windows color (decimal): -2324634 or 6719452. OLE color: 6719452.
HSL color Cylindrical-coordinate representation of color #DC8766: hue angle of 16.78º 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 #DC8766 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 102 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.14 |
| HSL | 16.78º | 0.63% | 0.63% | - |
| HSV(B) | 16.78º | 0.54% | 0.86% | - |
| XYZ | 40.58 | 33.5 | 16.9 | - |
| YUV | 156.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 102 | 0 | 0.39 | 0.54 | 0.14 | 16.78 | 0.63 | 0.63 |
| Hex | DC | 87 | 66 | 0 | 27 | 36 | E | 11 | 3F | 3F |
| Octal | 334 | 207 | 146 | 0 | 47 | 66 | 16 | 21 | 77 | 77 |
| Binary | 11011100 | 10000111 | 1100110 | 0 | 100111 | 110110 | 1110 | 10001 | 111111 | 111111 |
Color Harmonies of #DC8766
Complementary color
Monochromatic Colors of #DC8766
Black with #DC8766
Text Example
Text Example
White with #DC8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8766; }
p { color: rgb(220,135,102); }
H1.HeaderClassName
{
color: #DC8766;
}
.AnyTagClassName
{
color: #DC8766;
}
</style>
background-color css
<style>
a { background-color: #DC8766; }
a { background-color: rgb(220,135,102); }
div.DivClassName
{
background-color: #DC8766;
}
.BgClassName
{
background-color: #DC8766;
}
</style>
border-color css
<style>
span { border-color: #DC8766; }
span { border-color: rgb(220,135,102); }
td.TdClassName
{
border-color: #DC8766;
}
.TagClassName
{
border-color: #DC8766;
}
</style>