Shades of Copper #DF8D6E
Tints of Copper #DF8D6E
RGB
CMYK
RGB Variations
Color information
#DF8D6E (or 0xDF8D6E) is known color: Copper. HEX triplet: DF, 8D and 6E. RGB value is (223,141,110). Sum of RGB (Red+Green+Blue) = 223+141+110=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D6E is #207291. Grayscale: #A2A2A2. Windows color (decimal): -2126482 or 7245279. OLE color: 7245279.
HSL color Cylindrical-coordinate representation of color #DF8D6E: hue angle of 16.46º 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 #DF8D6E is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 110 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.13 |
| HSL | 16.46º | 0.64% | 0.65% | - |
| HSV(B) | 16.46º | 0.51% | 0.87% | - |
| XYZ | 42.77 | 35.86 | 19.42 | - |
| YUV | 161.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 110 | 0 | 0.37 | 0.51 | 0.13 | 16.46 | 0.64 | 0.65 |
| Hex | DF | 8D | 6E | 0 | 25 | 33 | D | 10 | 40 | 41 |
| Octal | 337 | 215 | 156 | 0 | 45 | 63 | 15 | 20 | 100 | 101 |
| Binary | 11011111 | 10001101 | 1101110 | 0 | 100101 | 110011 | 1101 | 10000 | 1000000 | 1000001 |
Color Harmonies of #DF8D6E
Complementary color
Monochromatic Colors of #DF8D6E
Black with #DF8D6E
Text Example
Text Example
White with #DF8D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D6E; }
p { color: rgb(223,141,110); }
H1.HeaderClassName
{
color: #DF8D6E;
}
.AnyTagClassName
{
color: #DF8D6E;
}
</style>
background-color css
<style>
a { background-color: #DF8D6E; }
a { background-color: rgb(223,141,110); }
div.DivClassName
{
background-color: #DF8D6E;
}
.BgClassName
{
background-color: #DF8D6E;
}
</style>
border-color css
<style>
span { border-color: #DF8D6E; }
span { border-color: rgb(223,141,110); }
td.TdClassName
{
border-color: #DF8D6E;
}
.TagClassName
{
border-color: #DF8D6E;
}
</style>