Shades of Copper #DF8860
Tints of Copper #DF8860
RGB
CMYK
RGB Variations
Color information
#DF8860 (or 0xDF8860) is known color: Copper. HEX triplet: DF, 88 and 60. RGB value is (223,136,96). Sum of RGB (Red+Green+Blue) = 223+136+96=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8860 is #20779F. Grayscale: #9D9D9D. Windows color (decimal): -2127776 or 6326495. OLE color: 6326495.
HSL color Cylindrical-coordinate representation of color #DF8860: hue angle of 18.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF8860 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 96 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 18.9º | 0.66% | 0.63% | - |
| HSV(B) | 18.9º | 0.57% | 0.87% | - |
| XYZ | 41.35 | 34.14 | 15.48 | - |
| YUV | 157.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 96 | 0 | 0.39 | 0.57 | 0.13 | 18.9 | 0.66 | 0.63 |
| Hex | DF | 88 | 60 | 0 | 27 | 39 | D | 13 | 42 | 3F |
| Octal | 337 | 210 | 140 | 0 | 47 | 71 | 15 | 23 | 102 | 77 |
| Binary | 11011111 | 10001000 | 1100000 | 0 | 100111 | 111001 | 1101 | 10011 | 1000010 | 111111 |
Color Harmonies of #DF8860
Complementary color
Monochromatic Colors of #DF8860
Black with #DF8860
Text Example
Text Example
White with #DF8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8860; }
p { color: rgb(223,136,96); }
H1.HeaderClassName
{
color: #DF8860;
}
.AnyTagClassName
{
color: #DF8860;
}
</style>
background-color css
<style>
a { background-color: #DF8860; }
a { background-color: rgb(223,136,96); }
div.DivClassName
{
background-color: #DF8860;
}
.BgClassName
{
background-color: #DF8860;
}
</style>
border-color css
<style>
span { border-color: #DF8860; }
span { border-color: rgb(223,136,96); }
td.TdClassName
{
border-color: #DF8860;
}
.TagClassName
{
border-color: #DF8860;
}
</style>