Shades of Copper #DF8160
Tints of Copper #DF8160
RGB
CMYK
RGB Variations
Color information
#DF8160 (or 0xDF8160) is known color: Copper. HEX triplet: DF, 81 and 60. RGB value is (223,129,96). Sum of RGB (Red+Green+Blue) = 223+129+96=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8160 is #207E9F. Grayscale: #999999. Windows color (decimal): -2129568 or 6324703. OLE color: 6324703.
HSL color Cylindrical-coordinate representation of color #DF8160: hue angle of 15.59º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF8160 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 96 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 15.59º | 0.66% | 0.63% | - |
| HSV(B) | 15.59º | 0.57% | 0.87% | - |
| XYZ | 40.39 | 32.23 | 15.16 | - |
| YUV | 153.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 96 | 0 | 0.42 | 0.57 | 0.13 | 15.59 | 0.66 | 0.63 |
| Hex | DF | 81 | 60 | 0 | 2A | 39 | D | 10 | 42 | 3F |
| Octal | 337 | 201 | 140 | 0 | 52 | 71 | 15 | 20 | 102 | 77 |
| Binary | 11011111 | 10000001 | 1100000 | 0 | 101010 | 111001 | 1101 | 10000 | 1000010 | 111111 |
Color Harmonies of #DF8160
Complementary color
Monochromatic Colors of #DF8160
Black with #DF8160
Text Example
Text Example
White with #DF8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8160; }
p { color: rgb(223,129,96); }
H1.HeaderClassName
{
color: #DF8160;
}
.AnyTagClassName
{
color: #DF8160;
}
</style>
background-color css
<style>
a { background-color: #DF8160; }
a { background-color: rgb(223,129,96); }
div.DivClassName
{
background-color: #DF8160;
}
.BgClassName
{
background-color: #DF8160;
}
</style>
border-color css
<style>
span { border-color: #DF8160; }
span { border-color: rgb(223,129,96); }
td.TdClassName
{
border-color: #DF8160;
}
.TagClassName
{
border-color: #DF8160;
}
</style>