Shades of Copper #DF8559
Tints of Copper #DF8559
RGB
CMYK
RGB Variations
Color information
#DF8559 (or 0xDF8559) is known color: Copper. HEX triplet: DF, 85 and 59. RGB value is (223,133,89). Sum of RGB (Red+Green+Blue) = 223+133+89=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8559 is #207AA6. Grayscale: #9B9B9B. Windows color (decimal): -2128551 or 5866975. OLE color: 5866975.
HSL color Cylindrical-coordinate representation of color #DF8559: hue angle of 19.7º 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 #DF8559 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 89 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.13 |
| HSL | 19.7º | 0.68% | 0.61% | - |
| HSV(B) | 19.7º | 0.6% | 0.87% | - |
| XYZ | 40.62 | 33.18 | 13.72 | - |
| YUV | 154.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 89 | 0 | 0.40 | 0.60 | 0.13 | 19.7 | 0.68 | 0.61 |
| Hex | DF | 85 | 59 | 0 | 28 | 3C | D | 14 | 44 | 3D |
| Octal | 337 | 205 | 131 | 0 | 50 | 74 | 15 | 24 | 104 | 75 |
| Binary | 11011111 | 10000101 | 1011001 | 0 | 101000 | 111100 | 1101 | 10100 | 1000100 | 111101 |
Color Harmonies of #DF8559
Complementary color
Monochromatic Colors of #DF8559
Black with #DF8559
Text Example
Text Example
White with #DF8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8559; }
p { color: rgb(223,133,89); }
H1.HeaderClassName
{
color: #DF8559;
}
.AnyTagClassName
{
color: #DF8559;
}
</style>
background-color css
<style>
a { background-color: #DF8559; }
a { background-color: rgb(223,133,89); }
div.DivClassName
{
background-color: #DF8559;
}
.BgClassName
{
background-color: #DF8559;
}
</style>
border-color css
<style>
span { border-color: #DF8559; }
span { border-color: rgb(223,133,89); }
td.TdClassName
{
border-color: #DF8559;
}
.TagClassName
{
border-color: #DF8559;
}
</style>