Shades of Copper #DC8266
Tints of Copper #DC8266
RGB
CMYK
RGB Variations
Color information
#DC8266 (or 0xDC8266) is known color: Copper. HEX triplet: DC, 82 and 66. RGB value is (220,130,102). Sum of RGB (Red+Green+Blue) = 220+130+102=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8266 is #237D99. Grayscale: #999999. Windows color (decimal): -2325914 or 6718172. OLE color: 6718172.
HSL color Cylindrical-coordinate representation of color #DC8266: hue angle of 14.24º 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 #DC8266 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 102 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.14 |
| HSL | 14.24º | 0.63% | 0.63% | - |
| HSV(B) | 14.24º | 0.54% | 0.86% | - |
| XYZ | 39.9 | 32.14 | 16.67 | - |
| YUV | 153.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 102 | 0 | 0.41 | 0.54 | 0.14 | 14.24 | 0.63 | 0.63 |
| Hex | DC | 82 | 66 | 0 | 29 | 36 | E | E | 3F | 3F |
| Octal | 334 | 202 | 146 | 0 | 51 | 66 | 16 | 16 | 77 | 77 |
| Binary | 11011100 | 10000010 | 1100110 | 0 | 101001 | 110110 | 1110 | 1110 | 111111 | 111111 |
Color Harmonies of #DC8266
Complementary color
Monochromatic Colors of #DC8266
Black with #DC8266
Text Example
Text Example
White with #DC8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8266; }
p { color: rgb(220,130,102); }
H1.HeaderClassName
{
color: #DC8266;
}
.AnyTagClassName
{
color: #DC8266;
}
</style>
background-color css
<style>
a { background-color: #DC8266; }
a { background-color: rgb(220,130,102); }
div.DivClassName
{
background-color: #DC8266;
}
.BgClassName
{
background-color: #DC8266;
}
</style>
border-color css
<style>
span { border-color: #DC8266; }
span { border-color: rgb(220,130,102); }
td.TdClassName
{
border-color: #DC8266;
}
.TagClassName
{
border-color: #DC8266;
}
</style>