Shades of Copper #DF8A6F
Tints of Copper #DF8A6F
RGB
CMYK
RGB Variations
Color information
#DF8A6F (or 0xDF8A6F) is known color: Copper. HEX triplet: DF, 8A and 6F. RGB value is (223,138,111). Sum of RGB (Red+Green+Blue) = 223+138+111=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A6F is #207590. Grayscale: #A0A0A0. Windows color (decimal): -2127249 or 7310047. OLE color: 7310047.
HSL color Cylindrical-coordinate representation of color #DF8A6F: hue angle of 14.46º 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 #DF8A6F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 111 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.13 |
| HSL | 14.46º | 0.64% | 0.65% | - |
| HSV(B) | 14.46º | 0.5% | 0.87% | - |
| XYZ | 42.39 | 35.01 | 19.56 | - |
| YUV | 160.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 111 | 0 | 0.38 | 0.50 | 0.13 | 14.46 | 0.64 | 0.65 |
| Hex | DF | 8A | 6F | 0 | 26 | 32 | D | E | 40 | 41 |
| Octal | 337 | 212 | 157 | 0 | 46 | 62 | 15 | 16 | 100 | 101 |
| Binary | 11011111 | 10001010 | 1101111 | 0 | 100110 | 110010 | 1101 | 1110 | 1000000 | 1000001 |
Color Harmonies of #DF8A6F
Complementary color
Monochromatic Colors of #DF8A6F
Black with #DF8A6F
Text Example
Text Example
White with #DF8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A6F; }
p { color: rgb(223,138,111); }
H1.HeaderClassName
{
color: #DF8A6F;
}
.AnyTagClassName
{
color: #DF8A6F;
}
</style>
background-color css
<style>
a { background-color: #DF8A6F; }
a { background-color: rgb(223,138,111); }
div.DivClassName
{
background-color: #DF8A6F;
}
.BgClassName
{
background-color: #DF8A6F;
}
</style>
border-color css
<style>
span { border-color: #DF8A6F; }
span { border-color: rgb(223,138,111); }
td.TdClassName
{
border-color: #DF8A6F;
}
.TagClassName
{
border-color: #DF8A6F;
}
</style>