Shades of Copper #DF8260
Tints of Copper #DF8260
RGB
CMYK
RGB Variations
Color information
#DF8260 (or 0xDF8260) is known color: Copper. HEX triplet: DF, 82 and 60. RGB value is (223,130,96). Sum of RGB (Red+Green+Blue) = 223+130+96=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8260 is #207D9F. Grayscale: #9A9A9A. Windows color (decimal): -2129312 or 6324959. OLE color: 6324959.
HSL color Cylindrical-coordinate representation of color #DF8260: hue angle of 16.06º 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 #DF8260 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 96 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 16.06º | 0.66% | 0.63% | - |
| HSV(B) | 16.06º | 0.57% | 0.87% | - |
| XYZ | 40.53 | 32.5 | 15.2 | - |
| YUV | 153.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 96 | 0 | 0.42 | 0.57 | 0.13 | 16.06 | 0.66 | 0.63 |
| Hex | DF | 82 | 60 | 0 | 2A | 39 | D | 10 | 42 | 3F |
| Octal | 337 | 202 | 140 | 0 | 52 | 71 | 15 | 20 | 102 | 77 |
| Binary | 11011111 | 10000010 | 1100000 | 0 | 101010 | 111001 | 1101 | 10000 | 1000010 | 111111 |
Color Harmonies of #DF8260
Complementary color
Monochromatic Colors of #DF8260
Black with #DF8260
Text Example
Text Example
White with #DF8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8260; }
p { color: rgb(223,130,96); }
H1.HeaderClassName
{
color: #DF8260;
}
.AnyTagClassName
{
color: #DF8260;
}
</style>
background-color css
<style>
a { background-color: #DF8260; }
a { background-color: rgb(223,130,96); }
div.DivClassName
{
background-color: #DF8260;
}
.BgClassName
{
background-color: #DF8260;
}
</style>
border-color css
<style>
span { border-color: #DF8260; }
span { border-color: rgb(223,130,96); }
td.TdClassName
{
border-color: #DF8260;
}
.TagClassName
{
border-color: #DF8260;
}
</style>