Shades of Copper #DF845E
Tints of Copper #DF845E
RGB
CMYK
RGB Variations
Color information
#DF845E (or 0xDF845E) is known color: Copper. HEX triplet: DF, 84 and 5E. RGB value is (223,132,94). Sum of RGB (Red+Green+Blue) = 223+132+94=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF845E is #207BA1. Grayscale: #9B9B9B. Windows color (decimal): -2128802 or 6194399. OLE color: 6194399.
HSL color Cylindrical-coordinate representation of color #DF845E: hue angle of 17.67º 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 #DF845E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 94 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 17.67º | 0.67% | 0.62% | - |
| HSV(B) | 17.67º | 0.58% | 0.87% | - |
| XYZ | 40.7 | 33 | 14.81 | - |
| YUV | 154.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 94 | 0 | 0.41 | 0.58 | 0.13 | 17.67 | 0.67 | 0.62 |
| Hex | DF | 84 | 5E | 0 | 29 | 3A | D | 12 | 43 | 3E |
| Octal | 337 | 204 | 136 | 0 | 51 | 72 | 15 | 22 | 103 | 76 |
| Binary | 11011111 | 10000100 | 1011110 | 0 | 101001 | 111010 | 1101 | 10010 | 1000011 | 111110 |
Color Harmonies of #DF845E
Complementary color
Monochromatic Colors of #DF845E
Black with #DF845E
Text Example
Text Example
White with #DF845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF845E; }
p { color: rgb(223,132,94); }
H1.HeaderClassName
{
color: #DF845E;
}
.AnyTagClassName
{
color: #DF845E;
}
</style>
background-color css
<style>
a { background-color: #DF845E; }
a { background-color: rgb(223,132,94); }
div.DivClassName
{
background-color: #DF845E;
}
.BgClassName
{
background-color: #DF845E;
}
</style>
border-color css
<style>
span { border-color: #DF845E; }
span { border-color: rgb(223,132,94); }
td.TdClassName
{
border-color: #DF845E;
}
.TagClassName
{
border-color: #DF845E;
}
</style>