Shades of Copper #DF8360
Tints of Copper #DF8360
RGB
CMYK
RGB Variations
Color information
#DF8360 (or 0xDF8360) is known color: Copper. HEX triplet: DF, 83 and 60. RGB value is (223,131,96). Sum of RGB (Red+Green+Blue) = 223+131+96=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8360 is #207C9F. Grayscale: #9A9A9A. Windows color (decimal): -2129056 or 6325215. OLE color: 6325215.
HSL color Cylindrical-coordinate representation of color #DF8360: hue angle of 16.54º 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 #DF8360 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 96 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.13 |
| HSL | 16.54º | 0.66% | 0.63% | - |
| HSV(B) | 16.54º | 0.57% | 0.87% | - |
| XYZ | 40.66 | 32.77 | 15.25 | - |
| YUV | 154.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 96 | 0 | 0.41 | 0.57 | 0.13 | 16.54 | 0.66 | 0.63 |
| Hex | DF | 83 | 60 | 0 | 29 | 39 | D | 11 | 42 | 3F |
| Octal | 337 | 203 | 140 | 0 | 51 | 71 | 15 | 21 | 102 | 77 |
| Binary | 11011111 | 10000011 | 1100000 | 0 | 101001 | 111001 | 1101 | 10001 | 1000010 | 111111 |
Color Harmonies of #DF8360
Complementary color
Monochromatic Colors of #DF8360
Black with #DF8360
Text Example
Text Example
White with #DF8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8360; }
p { color: rgb(223,131,96); }
H1.HeaderClassName
{
color: #DF8360;
}
.AnyTagClassName
{
color: #DF8360;
}
</style>
background-color css
<style>
a { background-color: #DF8360; }
a { background-color: rgb(223,131,96); }
div.DivClassName
{
background-color: #DF8360;
}
.BgClassName
{
background-color: #DF8360;
}
</style>
border-color css
<style>
span { border-color: #DF8360; }
span { border-color: rgb(223,131,96); }
td.TdClassName
{
border-color: #DF8360;
}
.TagClassName
{
border-color: #DF8360;
}
</style>