Shades of Copper #DF8361
Tints of Copper #DF8361
RGB
CMYK
RGB Variations
Color information
#DF8361 (or 0xDF8361) is known color: Copper. HEX triplet: DF, 83 and 61. RGB value is (223,131,97). Sum of RGB (Red+Green+Blue) = 223+131+97=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8361 is #207C9E. Grayscale: #9A9A9A. Windows color (decimal): -2129055 or 6390751. OLE color: 6390751.
HSL color Cylindrical-coordinate representation of color #DF8361: hue angle of 16.19º 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 #DF8361 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 97 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.13 |
| HSL | 16.19º | 0.66% | 0.63% | - |
| HSV(B) | 16.19º | 0.57% | 0.87% | - |
| XYZ | 40.71 | 32.78 | 15.49 | - |
| YUV | 154.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 97 | 0 | 0.41 | 0.57 | 0.13 | 16.19 | 0.66 | 0.63 |
| Hex | DF | 83 | 61 | 0 | 29 | 39 | D | 10 | 42 | 3F |
| Octal | 337 | 203 | 141 | 0 | 51 | 71 | 15 | 20 | 102 | 77 |
| Binary | 11011111 | 10000011 | 1100001 | 0 | 101001 | 111001 | 1101 | 10000 | 1000010 | 111111 |
Color Harmonies of #DF8361
Complementary color
Monochromatic Colors of #DF8361
Black with #DF8361
Text Example
Text Example
White with #DF8361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8361; }
p { color: rgb(223,131,97); }
H1.HeaderClassName
{
color: #DF8361;
}
.AnyTagClassName
{
color: #DF8361;
}
</style>
background-color css
<style>
a { background-color: #DF8361; }
a { background-color: rgb(223,131,97); }
div.DivClassName
{
background-color: #DF8361;
}
.BgClassName
{
background-color: #DF8361;
}
</style>
border-color css
<style>
span { border-color: #DF8361; }
span { border-color: rgb(223,131,97); }
td.TdClassName
{
border-color: #DF8361;
}
.TagClassName
{
border-color: #DF8361;
}
</style>