Shades of Copper #DF8E6D
Tints of Copper #DF8E6D
RGB
CMYK
RGB Variations
Color information
#DF8E6D (or 0xDF8E6D) is known color: Copper. HEX triplet: DF, 8E and 6D. RGB value is (223,142,109). Sum of RGB (Red+Green+Blue) = 223+142+109=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E6D is #207192. Grayscale: #A2A2A2. Windows color (decimal): -2126227 or 7179999. OLE color: 7179999.
HSL color Cylindrical-coordinate representation of color #DF8E6D: hue angle of 17.37º 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 #DF8E6D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 109 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.13 |
| HSL | 17.37º | 0.64% | 0.65% | - |
| HSV(B) | 17.37º | 0.51% | 0.87% | - |
| XYZ | 42.86 | 36.14 | 19.18 | - |
| YUV | 162.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 109 | 0 | 0.36 | 0.51 | 0.13 | 17.37 | 0.64 | 0.65 |
| Hex | DF | 8E | 6D | 0 | 24 | 33 | D | 11 | 40 | 41 |
| Octal | 337 | 216 | 155 | 0 | 44 | 63 | 15 | 21 | 100 | 101 |
| Binary | 11011111 | 10001110 | 1101101 | 0 | 100100 | 110011 | 1101 | 10001 | 1000000 | 1000001 |
Color Harmonies of #DF8E6D
Complementary color
Monochromatic Colors of #DF8E6D
Black with #DF8E6D
Text Example
Text Example
White with #DF8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E6D; }
p { color: rgb(223,142,109); }
H1.HeaderClassName
{
color: #DF8E6D;
}
.AnyTagClassName
{
color: #DF8E6D;
}
</style>
background-color css
<style>
a { background-color: #DF8E6D; }
a { background-color: rgb(223,142,109); }
div.DivClassName
{
background-color: #DF8E6D;
}
.BgClassName
{
background-color: #DF8E6D;
}
</style>
border-color css
<style>
span { border-color: #DF8E6D; }
span { border-color: rgb(223,142,109); }
td.TdClassName
{
border-color: #DF8E6D;
}
.TagClassName
{
border-color: #DF8E6D;
}
</style>