Shades of Copper #DF8663
Tints of Copper #DF8663
RGB
CMYK
RGB Variations
Color information
#DF8663 (or 0xDF8663) is known color: Copper. HEX triplet: DF, 86 and 63. RGB value is (223,134,99). Sum of RGB (Red+Green+Blue) = 223+134+99=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8663 is #20799C. Grayscale: #9C9C9C. Windows color (decimal): -2128285 or 6522591. OLE color: 6522591.
HSL color Cylindrical-coordinate representation of color #DF8663: hue angle of 16.94º 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 #DF8663 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 99 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.13 |
| HSL | 16.94º | 0.66% | 0.63% | - |
| HSV(B) | 16.94º | 0.56% | 0.87% | - |
| XYZ | 41.21 | 33.64 | 16.13 | - |
| YUV | 156.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 99 | 0 | 0.40 | 0.56 | 0.13 | 16.94 | 0.66 | 0.63 |
| Hex | DF | 86 | 63 | 0 | 28 | 38 | D | 11 | 42 | 3F |
| Octal | 337 | 206 | 143 | 0 | 50 | 70 | 15 | 21 | 102 | 77 |
| Binary | 11011111 | 10000110 | 1100011 | 0 | 101000 | 111000 | 1101 | 10001 | 1000010 | 111111 |
Color Harmonies of #DF8663
Complementary color
Monochromatic Colors of #DF8663
Black with #DF8663
Text Example
Text Example
White with #DF8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8663; }
p { color: rgb(223,134,99); }
H1.HeaderClassName
{
color: #DF8663;
}
.AnyTagClassName
{
color: #DF8663;
}
</style>
background-color css
<style>
a { background-color: #DF8663; }
a { background-color: rgb(223,134,99); }
div.DivClassName
{
background-color: #DF8663;
}
.BgClassName
{
background-color: #DF8663;
}
</style>
border-color css
<style>
span { border-color: #DF8663; }
span { border-color: rgb(223,134,99); }
td.TdClassName
{
border-color: #DF8663;
}
.TagClassName
{
border-color: #DF8663;
}
</style>