Shades of Copper #DF8E71
Tints of Copper #DF8E71
RGB
CMYK
RGB Variations
Color information
#DF8E71 (or 0xDF8E71) is known color: Copper. HEX triplet: DF, 8E and 71. RGB value is (223,142,113). Sum of RGB (Red+Green+Blue) = 223+142+113=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E71 is #20718E. Grayscale: #A3A3A3. Windows color (decimal): -2126223 or 7442143. OLE color: 7442143.
HSL color Cylindrical-coordinate representation of color #DF8E71: hue angle of 15.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF8E71 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 113 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.13 |
| HSL | 15.82º | 0.63% | 0.66% | - |
| HSV(B) | 15.82º | 0.49% | 0.87% | - |
| XYZ | 43.09 | 36.23 | 20.34 | - |
| YUV | 162.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 113 | 0 | 0.36 | 0.49 | 0.13 | 15.82 | 0.63 | 0.66 |
| Hex | DF | 8E | 71 | 0 | 24 | 31 | D | 10 | 3F | 42 |
| Octal | 337 | 216 | 161 | 0 | 44 | 61 | 15 | 20 | 77 | 102 |
| Binary | 11011111 | 10001110 | 1110001 | 0 | 100100 | 110001 | 1101 | 10000 | 111111 | 1000010 |
Color Harmonies of #DF8E71
Complementary color
Monochromatic Colors of #DF8E71
Black with #DF8E71
Text Example
Text Example
White with #DF8E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E71; }
p { color: rgb(223,142,113); }
H1.HeaderClassName
{
color: #DF8E71;
}
.AnyTagClassName
{
color: #DF8E71;
}
</style>
background-color css
<style>
a { background-color: #DF8E71; }
a { background-color: rgb(223,142,113); }
div.DivClassName
{
background-color: #DF8E71;
}
.BgClassName
{
background-color: #DF8E71;
}
</style>
border-color css
<style>
span { border-color: #DF8E71; }
span { border-color: rgb(223,142,113); }
td.TdClassName
{
border-color: #DF8E71;
}
.TagClassName
{
border-color: #DF8E71;
}
</style>