Shades of Copper #DF865F
Tints of Copper #DF865F
RGB
CMYK
RGB Variations
Color information
#DF865F (or 0xDF865F) is known color: Copper. HEX triplet: DF, 86 and 5F. RGB value is (223,134,95). Sum of RGB (Red+Green+Blue) = 223+134+95=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF865F is #2079A0. Grayscale: #9C9C9C. Windows color (decimal): -2128289 or 6260447. OLE color: 6260447.
HSL color Cylindrical-coordinate representation of color #DF865F: hue angle of 18.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF865F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 95 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.13 |
| HSL | 18.28º | 0.67% | 0.62% | - |
| HSV(B) | 18.28º | 0.57% | 0.87% | - |
| XYZ | 41.02 | 33.56 | 15.14 | - |
| YUV | 156.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 95 | 0 | 0.40 | 0.57 | 0.13 | 18.28 | 0.67 | 0.62 |
| Hex | DF | 86 | 5F | 0 | 28 | 39 | D | 12 | 43 | 3E |
| Octal | 337 | 206 | 137 | 0 | 50 | 71 | 15 | 22 | 103 | 76 |
| Binary | 11011111 | 10000110 | 1011111 | 0 | 101000 | 111001 | 1101 | 10010 | 1000011 | 111110 |
Color Harmonies of #DF865F
Complementary color
Monochromatic Colors of #DF865F
Black with #DF865F
Text Example
Text Example
White with #DF865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF865F; }
p { color: rgb(223,134,95); }
H1.HeaderClassName
{
color: #DF865F;
}
.AnyTagClassName
{
color: #DF865F;
}
</style>
background-color css
<style>
a { background-color: #DF865F; }
a { background-color: rgb(223,134,95); }
div.DivClassName
{
background-color: #DF865F;
}
.BgClassName
{
background-color: #DF865F;
}
</style>
border-color css
<style>
span { border-color: #DF865F; }
span { border-color: rgb(223,134,95); }
td.TdClassName
{
border-color: #DF865F;
}
.TagClassName
{
border-color: #DF865F;
}
</style>