Shades of Copper #DF8859
Tints of Copper #DF8859
RGB
CMYK
RGB Variations
Color information
#DF8859 (or 0xDF8859) is known color: Copper. HEX triplet: DF, 88 and 59. RGB value is (223,136,89). Sum of RGB (Red+Green+Blue) = 223+136+89=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8859 is #2077A6. Grayscale: #9C9C9C. Windows color (decimal): -2127783 or 5867743. OLE color: 5867743.
HSL color Cylindrical-coordinate representation of color #DF8859: hue angle of 21.04º 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 #DF8859 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 89 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.13 |
| HSL | 21.04º | 0.68% | 0.61% | - |
| HSV(B) | 21.04º | 0.6% | 0.87% | - |
| XYZ | 41.04 | 34.02 | 13.85 | - |
| YUV | 156.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 89 | 0 | 0.39 | 0.60 | 0.13 | 21.04 | 0.68 | 0.61 |
| Hex | DF | 88 | 59 | 0 | 27 | 3C | D | 15 | 44 | 3D |
| Octal | 337 | 210 | 131 | 0 | 47 | 74 | 15 | 25 | 104 | 75 |
| Binary | 11011111 | 10001000 | 1011001 | 0 | 100111 | 111100 | 1101 | 10101 | 1000100 | 111101 |
Color Harmonies of #DF8859
Complementary color
Monochromatic Colors of #DF8859
Black with #DF8859
Text Example
Text Example
White with #DF8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8859; }
p { color: rgb(223,136,89); }
H1.HeaderClassName
{
color: #DF8859;
}
.AnyTagClassName
{
color: #DF8859;
}
</style>
background-color css
<style>
a { background-color: #DF8859; }
a { background-color: rgb(223,136,89); }
div.DivClassName
{
background-color: #DF8859;
}
.BgClassName
{
background-color: #DF8859;
}
</style>
border-color css
<style>
span { border-color: #DF8859; }
span { border-color: rgb(223,136,89); }
td.TdClassName
{
border-color: #DF8859;
}
.TagClassName
{
border-color: #DF8859;
}
</style>