Shades of Copper #DF8D61
Tints of Copper #DF8D61
RGB
CMYK
RGB Variations
Color information
#DF8D61 (or 0xDF8D61) is known color: Copper. HEX triplet: DF, 8D and 61. RGB value is (223,141,97). Sum of RGB (Red+Green+Blue) = 223+141+97=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D61 is #20729E. Grayscale: #A0A0A0. Windows color (decimal): -2126495 or 6393311. OLE color: 6393311.
HSL color Cylindrical-coordinate representation of color #DF8D61: hue angle of 20.95º 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 #DF8D61 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 97 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.13 |
| HSL | 20.95º | 0.66% | 0.63% | - |
| HSV(B) | 20.95º | 0.57% | 0.87% | - |
| XYZ | 42.11 | 35.6 | 15.96 | - |
| YUV | 160.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 97 | 0 | 0.37 | 0.57 | 0.13 | 20.95 | 0.66 | 0.63 |
| Hex | DF | 8D | 61 | 0 | 25 | 39 | D | 15 | 42 | 3F |
| Octal | 337 | 215 | 141 | 0 | 45 | 71 | 15 | 25 | 102 | 77 |
| Binary | 11011111 | 10001101 | 1100001 | 0 | 100101 | 111001 | 1101 | 10101 | 1000010 | 111111 |
Color Harmonies of #DF8D61
Complementary color
Monochromatic Colors of #DF8D61
Black with #DF8D61
Text Example
Text Example
White with #DF8D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D61; }
p { color: rgb(223,141,97); }
H1.HeaderClassName
{
color: #DF8D61;
}
.AnyTagClassName
{
color: #DF8D61;
}
</style>
background-color css
<style>
a { background-color: #DF8D61; }
a { background-color: rgb(223,141,97); }
div.DivClassName
{
background-color: #DF8D61;
}
.BgClassName
{
background-color: #DF8D61;
}
</style>
border-color css
<style>
span { border-color: #DF8D61; }
span { border-color: rgb(223,141,97); }
td.TdClassName
{
border-color: #DF8D61;
}
.TagClassName
{
border-color: #DF8D61;
}
</style>