Shades of Copper #DC866D
Tints of Copper #DC866D
RGB
CMYK
RGB Variations
Color information
#DC866D (or 0xDC866D) is known color: Copper. HEX triplet: DC, 86 and 6D. RGB value is (220,134,109). Sum of RGB (Red+Green+Blue) = 220+134+109=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866D is #237992. Grayscale: #9D9D9D. Windows color (decimal): -2324883 or 7177948. OLE color: 7177948.
HSL color Cylindrical-coordinate representation of color #DC866D: hue angle of 13.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC866D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 109 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.14 |
| HSL | 13.51º | 0.61% | 0.65% | - |
| HSV(B) | 13.51º | 0.5% | 0.86% | - |
| XYZ | 40.8 | 33.37 | 18.76 | - |
| YUV | 156.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 109 | 0 | 0.39 | 0.50 | 0.14 | 13.51 | 0.61 | 0.65 |
| Hex | DC | 86 | 6D | 0 | 27 | 32 | E | E | 3D | 41 |
| Octal | 334 | 206 | 155 | 0 | 47 | 62 | 16 | 16 | 75 | 101 |
| Binary | 11011100 | 10000110 | 1101101 | 0 | 100111 | 110010 | 1110 | 1110 | 111101 | 1000001 |
Color Harmonies of #DC866D
Complementary color
Monochromatic Colors of #DC866D
Black with #DC866D
Text Example
Text Example
White with #DC866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC866D; }
p { color: rgb(220,134,109); }
H1.HeaderClassName
{
color: #DC866D;
}
.AnyTagClassName
{
color: #DC866D;
}
</style>
background-color css
<style>
a { background-color: #DC866D; }
a { background-color: rgb(220,134,109); }
div.DivClassName
{
background-color: #DC866D;
}
.BgClassName
{
background-color: #DC866D;
}
</style>
border-color css
<style>
span { border-color: #DC866D; }
span { border-color: rgb(220,134,109); }
td.TdClassName
{
border-color: #DC866D;
}
.TagClassName
{
border-color: #DC866D;
}
</style>