Shades of Copper #DC865D
Tints of Copper #DC865D
RGB
CMYK
RGB Variations
Color information
#DC865D (or 0xDC865D) is known color: Copper. HEX triplet: DC, 86 and 5D. RGB value is (220,134,93). Sum of RGB (Red+Green+Blue) = 220+134+93=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC865D is #2379A2. Grayscale: #9B9B9B. Windows color (decimal): -2324899 or 6129372. OLE color: 6129372.
HSL color Cylindrical-coordinate representation of color #DC865D: hue angle of 19.37º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC865D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 93 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.14 |
| HSL | 19.37º | 0.64% | 0.61% | - |
| HSV(B) | 19.37º | 0.58% | 0.86% | - |
| XYZ | 40.02 | 33.06 | 14.63 | - |
| YUV | 155.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 93 | 0 | 0.39 | 0.58 | 0.14 | 19.37 | 0.64 | 0.61 |
| Hex | DC | 86 | 5D | 0 | 27 | 3A | E | 13 | 40 | 3D |
| Octal | 334 | 206 | 135 | 0 | 47 | 72 | 16 | 23 | 100 | 75 |
| Binary | 11011100 | 10000110 | 1011101 | 0 | 100111 | 111010 | 1110 | 10011 | 1000000 | 111101 |
Color Harmonies of #DC865D
Complementary color
Monochromatic Colors of #DC865D
Black with #DC865D
Text Example
Text Example
White with #DC865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC865D; }
p { color: rgb(220,134,93); }
H1.HeaderClassName
{
color: #DC865D;
}
.AnyTagClassName
{
color: #DC865D;
}
</style>
background-color css
<style>
a { background-color: #DC865D; }
a { background-color: rgb(220,134,93); }
div.DivClassName
{
background-color: #DC865D;
}
.BgClassName
{
background-color: #DC865D;
}
</style>
border-color css
<style>
span { border-color: #DC865D; }
span { border-color: rgb(220,134,93); }
td.TdClassName
{
border-color: #DC865D;
}
.TagClassName
{
border-color: #DC865D;
}
</style>