Shades of Copper #DF8C6E
Tints of Copper #DF8C6E
RGB
CMYK
RGB Variations
Color information
#DF8C6E (or 0xDF8C6E) is known color: Copper. HEX triplet: DF, 8C and 6E. RGB value is (223,140,110). Sum of RGB (Red+Green+Blue) = 223+140+110=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C6E is #207391. Grayscale: #A1A1A1. Windows color (decimal): -2126738 or 7245023. OLE color: 7245023.
HSL color Cylindrical-coordinate representation of color #DF8C6E: hue angle of 15.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF8C6E is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 110 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.13 |
| HSL | 15.93º | 0.64% | 0.65% | - |
| HSV(B) | 15.93º | 0.51% | 0.87% | - |
| XYZ | 42.62 | 35.57 | 19.37 | - |
| YUV | 161.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 110 | 0 | 0.37 | 0.51 | 0.13 | 15.93 | 0.64 | 0.65 |
| Hex | DF | 8C | 6E | 0 | 25 | 33 | D | 10 | 40 | 41 |
| Octal | 337 | 214 | 156 | 0 | 45 | 63 | 15 | 20 | 100 | 101 |
| Binary | 11011111 | 10001100 | 1101110 | 0 | 100101 | 110011 | 1101 | 10000 | 1000000 | 1000001 |
Color Harmonies of #DF8C6E
Complementary color
Monochromatic Colors of #DF8C6E
Black with #DF8C6E
Text Example
Text Example
White with #DF8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C6E; }
p { color: rgb(223,140,110); }
H1.HeaderClassName
{
color: #DF8C6E;
}
.AnyTagClassName
{
color: #DF8C6E;
}
</style>
background-color css
<style>
a { background-color: #DF8C6E; }
a { background-color: rgb(223,140,110); }
div.DivClassName
{
background-color: #DF8C6E;
}
.BgClassName
{
background-color: #DF8C6E;
}
</style>
border-color css
<style>
span { border-color: #DF8C6E; }
span { border-color: rgb(223,140,110); }
td.TdClassName
{
border-color: #DF8C6E;
}
.TagClassName
{
border-color: #DF8C6E;
}
</style>