Shades of Copper #DF8C6D
Tints of Copper #DF8C6D
RGB
CMYK
RGB Variations
Color information
#DF8C6D (or 0xDF8C6D) is known color: Copper. HEX triplet: DF, 8C and 6D. RGB value is (223,140,109). Sum of RGB (Red+Green+Blue) = 223+140+109=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C6D is #207392. Grayscale: #A1A1A1. Windows color (decimal): -2126739 or 7179487. OLE color: 7179487.
HSL color Cylindrical-coordinate representation of color #DF8C6D: hue angle of 16.32º 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 #DF8C6D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 109 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.13 |
| HSL | 16.32º | 0.64% | 0.65% | - |
| HSV(B) | 16.32º | 0.51% | 0.87% | - |
| XYZ | 42.57 | 35.55 | 19.09 | - |
| YUV | 161.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 109 | 0 | 0.37 | 0.51 | 0.13 | 16.32 | 0.64 | 0.65 |
| Hex | DF | 8C | 6D | 0 | 25 | 33 | D | 10 | 40 | 41 |
| Octal | 337 | 214 | 155 | 0 | 45 | 63 | 15 | 20 | 100 | 101 |
| Binary | 11011111 | 10001100 | 1101101 | 0 | 100101 | 110011 | 1101 | 10000 | 1000000 | 1000001 |
Color Harmonies of #DF8C6D
Complementary color
Monochromatic Colors of #DF8C6D
Black with #DF8C6D
Text Example
Text Example
White with #DF8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C6D; }
p { color: rgb(223,140,109); }
H1.HeaderClassName
{
color: #DF8C6D;
}
.AnyTagClassName
{
color: #DF8C6D;
}
</style>
background-color css
<style>
a { background-color: #DF8C6D; }
a { background-color: rgb(223,140,109); }
div.DivClassName
{
background-color: #DF8C6D;
}
.BgClassName
{
background-color: #DF8C6D;
}
</style>
border-color css
<style>
span { border-color: #DF8C6D; }
span { border-color: rgb(223,140,109); }
td.TdClassName
{
border-color: #DF8C6D;
}
.TagClassName
{
border-color: #DF8C6D;
}
</style>