Shades of Copper #DF8A6D
Tints of Copper #DF8A6D
RGB
CMYK
RGB Variations
Color information
#DF8A6D (or 0xDF8A6D) is known color: Copper. HEX triplet: DF, 8A and 6D. RGB value is (223,138,109). Sum of RGB (Red+Green+Blue) = 223+138+109=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A6D is #207592. Grayscale: #A0A0A0. Windows color (decimal): -2127251 or 7178975. OLE color: 7178975.
HSL color Cylindrical-coordinate representation of color #DF8A6D: hue angle of 15.26º 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 #DF8A6D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 109 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.13 |
| HSL | 15.26º | 0.64% | 0.65% | - |
| HSV(B) | 15.26º | 0.51% | 0.87% | - |
| XYZ | 42.28 | 34.97 | 18.99 | - |
| YUV | 160.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 109 | 0 | 0.38 | 0.51 | 0.13 | 15.26 | 0.64 | 0.65 |
| Hex | DF | 8A | 6D | 0 | 26 | 33 | D | F | 40 | 41 |
| Octal | 337 | 212 | 155 | 0 | 46 | 63 | 15 | 17 | 100 | 101 |
| Binary | 11011111 | 10001010 | 1101101 | 0 | 100110 | 110011 | 1101 | 1111 | 1000000 | 1000001 |
Color Harmonies of #DF8A6D
Complementary color
Monochromatic Colors of #DF8A6D
Black with #DF8A6D
Text Example
Text Example
White with #DF8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A6D; }
p { color: rgb(223,138,109); }
H1.HeaderClassName
{
color: #DF8A6D;
}
.AnyTagClassName
{
color: #DF8A6D;
}
</style>
background-color css
<style>
a { background-color: #DF8A6D; }
a { background-color: rgb(223,138,109); }
div.DivClassName
{
background-color: #DF8A6D;
}
.BgClassName
{
background-color: #DF8A6D;
}
</style>
border-color css
<style>
span { border-color: #DF8A6D; }
span { border-color: rgb(223,138,109); }
td.TdClassName
{
border-color: #DF8A6D;
}
.TagClassName
{
border-color: #DF8A6D;
}
</style>