Shades of Copper #DF8359
Tints of Copper #DF8359
RGB
CMYK
RGB Variations
Color information
#DF8359 (or 0xDF8359) is known color: Copper. HEX triplet: DF, 83 and 59. RGB value is (223,131,89). Sum of RGB (Red+Green+Blue) = 223+131+89=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8359 is #207CA6. Grayscale: #999999. Windows color (decimal): -2129063 or 5866463. OLE color: 5866463.
HSL color Cylindrical-coordinate representation of color #DF8359: hue angle of 18.81º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF8359 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 89 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.13 |
| HSL | 18.81º | 0.68% | 0.61% | - |
| HSV(B) | 18.81º | 0.6% | 0.87% | - |
| XYZ | 40.35 | 32.64 | 13.62 | - |
| YUV | 153.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 89 | 0 | 0.41 | 0.60 | 0.13 | 18.81 | 0.68 | 0.61 |
| Hex | DF | 83 | 59 | 0 | 29 | 3C | D | 13 | 44 | 3D |
| Octal | 337 | 203 | 131 | 0 | 51 | 74 | 15 | 23 | 104 | 75 |
| Binary | 11011111 | 10000011 | 1011001 | 0 | 101001 | 111100 | 1101 | 10011 | 1000100 | 111101 |
Color Harmonies of #DF8359
Complementary color
Monochromatic Colors of #DF8359
Black with #DF8359
Text Example
Text Example
White with #DF8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8359; }
p { color: rgb(223,131,89); }
H1.HeaderClassName
{
color: #DF8359;
}
.AnyTagClassName
{
color: #DF8359;
}
</style>
background-color css
<style>
a { background-color: #DF8359; }
a { background-color: rgb(223,131,89); }
div.DivClassName
{
background-color: #DF8359;
}
.BgClassName
{
background-color: #DF8359;
}
</style>
border-color css
<style>
span { border-color: #DF8359; }
span { border-color: rgb(223,131,89); }
td.TdClassName
{
border-color: #DF8359;
}
.TagClassName
{
border-color: #DF8359;
}
</style>