Shades of Copper #DF8660
Tints of Copper #DF8660
RGB
CMYK
RGB Variations
Color information
#DF8660 (or 0xDF8660) is known color: Copper. HEX triplet: DF, 86 and 60. RGB value is (223,134,96). Sum of RGB (Red+Green+Blue) = 223+134+96=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8660 is #20799F. Grayscale: #9C9C9C. Windows color (decimal): -2128288 or 6325983. OLE color: 6325983.
HSL color Cylindrical-coordinate representation of color #DF8660: hue angle of 17.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF8660 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 96 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.13 |
| HSL | 17.95º | 0.66% | 0.63% | - |
| HSV(B) | 17.95º | 0.57% | 0.87% | - |
| XYZ | 41.07 | 33.58 | 15.38 | - |
| YUV | 156.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 96 | 0 | 0.40 | 0.57 | 0.13 | 17.95 | 0.66 | 0.63 |
| Hex | DF | 86 | 60 | 0 | 28 | 39 | D | 12 | 42 | 3F |
| Octal | 337 | 206 | 140 | 0 | 50 | 71 | 15 | 22 | 102 | 77 |
| Binary | 11011111 | 10000110 | 1100000 | 0 | 101000 | 111001 | 1101 | 10010 | 1000010 | 111111 |
Color Harmonies of #DF8660
Complementary color
Monochromatic Colors of #DF8660
Black with #DF8660
Text Example
Text Example
White with #DF8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8660; }
p { color: rgb(223,134,96); }
H1.HeaderClassName
{
color: #DF8660;
}
.AnyTagClassName
{
color: #DF8660;
}
</style>
background-color css
<style>
a { background-color: #DF8660; }
a { background-color: rgb(223,134,96); }
div.DivClassName
{
background-color: #DF8660;
}
.BgClassName
{
background-color: #DF8660;
}
</style>
border-color css
<style>
span { border-color: #DF8660; }
span { border-color: rgb(223,134,96); }
td.TdClassName
{
border-color: #DF8660;
}
.TagClassName
{
border-color: #DF8660;
}
</style>