Shades of Copper #DF8461
Tints of Copper #DF8461
RGB
CMYK
RGB Variations
Color information
#DF8461 (or 0xDF8461) is known color: Copper. HEX triplet: DF, 84 and 61. RGB value is (223,132,97). Sum of RGB (Red+Green+Blue) = 223+132+97=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8461 is #207B9E. Grayscale: #9B9B9B. Windows color (decimal): -2128799 or 6391007. OLE color: 6391007.
HSL color Cylindrical-coordinate representation of color #DF8461: hue angle of 16.67º 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 #DF8461 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 97 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.13 |
| HSL | 16.67º | 0.66% | 0.63% | - |
| HSV(B) | 16.67º | 0.57% | 0.87% | - |
| XYZ | 40.84 | 33.05 | 15.54 | - |
| YUV | 155.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 97 | 0 | 0.41 | 0.57 | 0.13 | 16.67 | 0.66 | 0.63 |
| Hex | DF | 84 | 61 | 0 | 29 | 39 | D | 11 | 42 | 3F |
| Octal | 337 | 204 | 141 | 0 | 51 | 71 | 15 | 21 | 102 | 77 |
| Binary | 11011111 | 10000100 | 1100001 | 0 | 101001 | 111001 | 1101 | 10001 | 1000010 | 111111 |
Color Harmonies of #DF8461
Complementary color
Monochromatic Colors of #DF8461
Black with #DF8461
Text Example
Text Example
White with #DF8461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8461; }
p { color: rgb(223,132,97); }
H1.HeaderClassName
{
color: #DF8461;
}
.AnyTagClassName
{
color: #DF8461;
}
</style>
background-color css
<style>
a { background-color: #DF8461; }
a { background-color: rgb(223,132,97); }
div.DivClassName
{
background-color: #DF8461;
}
.BgClassName
{
background-color: #DF8461;
}
</style>
border-color css
<style>
span { border-color: #DF8461; }
span { border-color: rgb(223,132,97); }
td.TdClassName
{
border-color: #DF8461;
}
.TagClassName
{
border-color: #DF8461;
}
</style>