Shades of Copper #DF8463
Tints of Copper #DF8463
RGB
CMYK
RGB Variations
Color information
#DF8463 (or 0xDF8463) is known color: Copper. HEX triplet: DF, 84 and 63. RGB value is (223,132,99). Sum of RGB (Red+Green+Blue) = 223+132+99=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8463 is #207B9C. Grayscale: #9B9B9B. Windows color (decimal): -2128797 or 6522079. OLE color: 6522079.
HSL color Cylindrical-coordinate representation of color #DF8463: hue angle of 15.97º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8463 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 99 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.13 |
| HSL | 15.97º | 0.66% | 0.63% | - |
| HSV(B) | 15.97º | 0.56% | 0.87% | - |
| XYZ | 40.93 | 33.09 | 16.03 | - |
| YUV | 155.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 99 | 0 | 0.41 | 0.56 | 0.13 | 15.97 | 0.66 | 0.63 |
| Hex | DF | 84 | 63 | 0 | 29 | 38 | D | 10 | 42 | 3F |
| Octal | 337 | 204 | 143 | 0 | 51 | 70 | 15 | 20 | 102 | 77 |
| Binary | 11011111 | 10000100 | 1100011 | 0 | 101001 | 111000 | 1101 | 10000 | 1000010 | 111111 |
Color Harmonies of #DF8463
Complementary color
Monochromatic Colors of #DF8463
Black with #DF8463
Text Example
Text Example
White with #DF8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8463; }
p { color: rgb(223,132,99); }
H1.HeaderClassName
{
color: #DF8463;
}
.AnyTagClassName
{
color: #DF8463;
}
</style>
background-color css
<style>
a { background-color: #DF8463; }
a { background-color: rgb(223,132,99); }
div.DivClassName
{
background-color: #DF8463;
}
.BgClassName
{
background-color: #DF8463;
}
</style>
border-color css
<style>
span { border-color: #DF8463; }
span { border-color: rgb(223,132,99); }
td.TdClassName
{
border-color: #DF8463;
}
.TagClassName
{
border-color: #DF8463;
}
</style>