Shades of Copper #DC865B
Tints of Copper #DC865B
RGB
CMYK
RGB Variations
Color information
#DC865B (or 0xDC865B) is known color: Copper. HEX triplet: DC, 86 and 5B. RGB value is (220,134,91). Sum of RGB (Red+Green+Blue) = 220+134+91=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC865B is #2379A4. Grayscale: #9B9B9B. Windows color (decimal): -2324901 or 5998300. OLE color: 5998300.
HSL color Cylindrical-coordinate representation of color #DC865B: hue angle of 20º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC865B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 91 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.14 |
| HSL | 20º | 0.65% | 0.61% | - |
| HSV(B) | 20º | 0.59% | 0.86% | - |
| XYZ | 39.93 | 33.02 | 14.17 | - |
| YUV | 154.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 91 | 0 | 0.39 | 0.59 | 0.14 | 20 | 0.65 | 0.61 |
| Hex | DC | 86 | 5B | 0 | 27 | 3B | E | 14 | 41 | 3D |
| Octal | 334 | 206 | 133 | 0 | 47 | 73 | 16 | 24 | 101 | 75 |
| Binary | 11011100 | 10000110 | 1011011 | 0 | 100111 | 111011 | 1110 | 10100 | 1000001 | 111101 |
Color Harmonies of #DC865B
Complementary color
Monochromatic Colors of #DC865B
Black with #DC865B
Text Example
Text Example
White with #DC865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC865B; }
p { color: rgb(220,134,91); }
H1.HeaderClassName
{
color: #DC865B;
}
.AnyTagClassName
{
color: #DC865B;
}
</style>
background-color css
<style>
a { background-color: #DC865B; }
a { background-color: rgb(220,134,91); }
div.DivClassName
{
background-color: #DC865B;
}
.BgClassName
{
background-color: #DC865B;
}
</style>
border-color css
<style>
span { border-color: #DC865B; }
span { border-color: rgb(220,134,91); }
td.TdClassName
{
border-color: #DC865B;
}
.TagClassName
{
border-color: #DC865B;
}
</style>