Shades of Copper #DF8C61
Tints of Copper #DF8C61
RGB
CMYK
RGB Variations
Color information
#DF8C61 (or 0xDF8C61) is known color: Copper. HEX triplet: DF, 8C and 61. RGB value is (223,140,97). Sum of RGB (Red+Green+Blue) = 223+140+97=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C61 is #20739E. Grayscale: #A0A0A0. Windows color (decimal): -2126751 or 6393055. OLE color: 6393055.
HSL color Cylindrical-coordinate representation of color #DF8C61: hue angle of 20.48º 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 #DF8C61 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 97 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.13 |
| HSL | 20.48º | 0.66% | 0.63% | - |
| HSV(B) | 20.48º | 0.57% | 0.87% | - |
| XYZ | 41.97 | 35.31 | 15.91 | - |
| YUV | 159.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 97 | 0 | 0.37 | 0.57 | 0.13 | 20.48 | 0.66 | 0.63 |
| Hex | DF | 8C | 61 | 0 | 25 | 39 | D | 14 | 42 | 3F |
| Octal | 337 | 214 | 141 | 0 | 45 | 71 | 15 | 24 | 102 | 77 |
| Binary | 11011111 | 10001100 | 1100001 | 0 | 100101 | 111001 | 1101 | 10100 | 1000010 | 111111 |
Color Harmonies of #DF8C61
Complementary color
Monochromatic Colors of #DF8C61
Black with #DF8C61
Text Example
Text Example
White with #DF8C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C61; }
p { color: rgb(223,140,97); }
H1.HeaderClassName
{
color: #DF8C61;
}
.AnyTagClassName
{
color: #DF8C61;
}
</style>
background-color css
<style>
a { background-color: #DF8C61; }
a { background-color: rgb(223,140,97); }
div.DivClassName
{
background-color: #DF8C61;
}
.BgClassName
{
background-color: #DF8C61;
}
</style>
border-color css
<style>
span { border-color: #DF8C61; }
span { border-color: rgb(223,140,97); }
td.TdClassName
{
border-color: #DF8C61;
}
.TagClassName
{
border-color: #DF8C61;
}
</style>