Shades of Copper #DF8F63
Tints of Copper #DF8F63
RGB
CMYK
RGB Variations
Color information
#DF8F63 (or 0xDF8F63) is known color: Copper. HEX triplet: DF, 8F and 63. RGB value is (223,143,99). Sum of RGB (Red+Green+Blue) = 223+143+99=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F63 is #20709C. Grayscale: #A2A2A2. Windows color (decimal): -2125981 or 6524895. OLE color: 6524895.
HSL color Cylindrical-coordinate representation of color #DF8F63: hue angle of 21.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8F63 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 99 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.13 |
| HSL | 21.29º | 0.66% | 0.63% | - |
| HSV(B) | 21.29º | 0.56% | 0.87% | - |
| XYZ | 42.51 | 36.23 | 16.56 | - |
| YUV | 161.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 99 | 0 | 0.36 | 0.56 | 0.13 | 21.29 | 0.66 | 0.63 |
| Hex | DF | 8F | 63 | 0 | 24 | 38 | D | 15 | 42 | 3F |
| Octal | 337 | 217 | 143 | 0 | 44 | 70 | 15 | 25 | 102 | 77 |
| Binary | 11011111 | 10001111 | 1100011 | 0 | 100100 | 111000 | 1101 | 10101 | 1000010 | 111111 |
Color Harmonies of #DF8F63
Complementary color
Monochromatic Colors of #DF8F63
Black with #DF8F63
Text Example
Text Example
White with #DF8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F63; }
p { color: rgb(223,143,99); }
H1.HeaderClassName
{
color: #DF8F63;
}
.AnyTagClassName
{
color: #DF8F63;
}
</style>
background-color css
<style>
a { background-color: #DF8F63; }
a { background-color: rgb(223,143,99); }
div.DivClassName
{
background-color: #DF8F63;
}
.BgClassName
{
background-color: #DF8F63;
}
</style>
border-color css
<style>
span { border-color: #DF8F63; }
span { border-color: rgb(223,143,99); }
td.TdClassName
{
border-color: #DF8F63;
}
.TagClassName
{
border-color: #DF8F63;
}
</style>