Shades of Copper #DF8C6F
Tints of Copper #DF8C6F
RGB
CMYK
RGB Variations
Color information
#DF8C6F (or 0xDF8C6F) is known color: Copper. HEX triplet: DF, 8C and 6F. RGB value is (223,140,111). Sum of RGB (Red+Green+Blue) = 223+140+111=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C6F is #207390. Grayscale: #A1A1A1. Windows color (decimal): -2126737 or 7310559. OLE color: 7310559.
HSL color Cylindrical-coordinate representation of color #DF8C6F: hue angle of 15.54º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF8C6F is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 111 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.13 |
| HSL | 15.54º | 0.64% | 0.65% | - |
| HSV(B) | 15.54º | 0.5% | 0.87% | - |
| XYZ | 42.68 | 35.59 | 19.66 | - |
| YUV | 161.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 111 | 0 | 0.37 | 0.50 | 0.13 | 15.54 | 0.64 | 0.65 |
| Hex | DF | 8C | 6F | 0 | 25 | 32 | D | 10 | 40 | 41 |
| Octal | 337 | 214 | 157 | 0 | 45 | 62 | 15 | 20 | 100 | 101 |
| Binary | 11011111 | 10001100 | 1101111 | 0 | 100101 | 110010 | 1101 | 10000 | 1000000 | 1000001 |
Color Harmonies of #DF8C6F
Complementary color
Monochromatic Colors of #DF8C6F
Black with #DF8C6F
Text Example
Text Example
White with #DF8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C6F; }
p { color: rgb(223,140,111); }
H1.HeaderClassName
{
color: #DF8C6F;
}
.AnyTagClassName
{
color: #DF8C6F;
}
</style>
background-color css
<style>
a { background-color: #DF8C6F; }
a { background-color: rgb(223,140,111); }
div.DivClassName
{
background-color: #DF8C6F;
}
.BgClassName
{
background-color: #DF8C6F;
}
</style>
border-color css
<style>
span { border-color: #DF8C6F; }
span { border-color: rgb(223,140,111); }
td.TdClassName
{
border-color: #DF8C6F;
}
.TagClassName
{
border-color: #DF8C6F;
}
</style>