Shades of Copper #DF865E
Tints of Copper #DF865E
RGB
CMYK
RGB Variations
Color information
#DF865E (or 0xDF865E) is known color: Copper. HEX triplet: DF, 86 and 5E. RGB value is (223,134,94). Sum of RGB (Red+Green+Blue) = 223+134+94=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF865E is #2079A1. Grayscale: #9C9C9C. Windows color (decimal): -2128290 or 6194911. OLE color: 6194911.
HSL color Cylindrical-coordinate representation of color #DF865E: hue angle of 18.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF865E is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 94 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.13 |
| HSL | 18.6º | 0.67% | 0.62% | - |
| HSV(B) | 18.6º | 0.58% | 0.87% | - |
| XYZ | 40.98 | 33.55 | 14.91 | - |
| YUV | 156.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 94 | 0 | 0.40 | 0.58 | 0.13 | 18.6 | 0.67 | 0.62 |
| Hex | DF | 86 | 5E | 0 | 28 | 3A | D | 13 | 43 | 3E |
| Octal | 337 | 206 | 136 | 0 | 50 | 72 | 15 | 23 | 103 | 76 |
| Binary | 11011111 | 10000110 | 1011110 | 0 | 101000 | 111010 | 1101 | 10011 | 1000011 | 111110 |
Color Harmonies of #DF865E
Complementary color
Monochromatic Colors of #DF865E
Black with #DF865E
Text Example
Text Example
White with #DF865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF865E; }
p { color: rgb(223,134,94); }
H1.HeaderClassName
{
color: #DF865E;
}
.AnyTagClassName
{
color: #DF865E;
}
</style>
background-color css
<style>
a { background-color: #DF865E; }
a { background-color: rgb(223,134,94); }
div.DivClassName
{
background-color: #DF865E;
}
.BgClassName
{
background-color: #DF865E;
}
</style>
border-color css
<style>
span { border-color: #DF865E; }
span { border-color: rgb(223,134,94); }
td.TdClassName
{
border-color: #DF865E;
}
.TagClassName
{
border-color: #DF865E;
}
</style>