Shades of Copper #DF855E
Tints of Copper #DF855E
RGB
CMYK
RGB Variations
Color information
#DF855E (or 0xDF855E) is known color: Copper. HEX triplet: DF, 85 and 5E. RGB value is (223,133,94). Sum of RGB (Red+Green+Blue) = 223+133+94=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF855E is #207AA1. Grayscale: #9B9B9B. Windows color (decimal): -2128546 or 6194655. OLE color: 6194655.
HSL color Cylindrical-coordinate representation of color #DF855E: hue angle of 18.14º 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 #DF855E is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 94 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.13 |
| HSL | 18.14º | 0.67% | 0.62% | - |
| HSV(B) | 18.14º | 0.58% | 0.87% | - |
| XYZ | 40.84 | 33.27 | 14.86 | - |
| YUV | 155.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 94 | 0 | 0.40 | 0.58 | 0.13 | 18.14 | 0.67 | 0.62 |
| Hex | DF | 85 | 5E | 0 | 28 | 3A | D | 12 | 43 | 3E |
| Octal | 337 | 205 | 136 | 0 | 50 | 72 | 15 | 22 | 103 | 76 |
| Binary | 11011111 | 10000101 | 1011110 | 0 | 101000 | 111010 | 1101 | 10010 | 1000011 | 111110 |
Color Harmonies of #DF855E
Complementary color
Monochromatic Colors of #DF855E
Black with #DF855E
Text Example
Text Example
White with #DF855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF855E; }
p { color: rgb(223,133,94); }
H1.HeaderClassName
{
color: #DF855E;
}
.AnyTagClassName
{
color: #DF855E;
}
</style>
background-color css
<style>
a { background-color: #DF855E; }
a { background-color: rgb(223,133,94); }
div.DivClassName
{
background-color: #DF855E;
}
.BgClassName
{
background-color: #DF855E;
}
</style>
border-color css
<style>
span { border-color: #DF855E; }
span { border-color: rgb(223,133,94); }
td.TdClassName
{
border-color: #DF855E;
}
.TagClassName
{
border-color: #DF855E;
}
</style>