Shades of Copper #DF8664
Tints of Copper #DF8664
RGB
CMYK
RGB Variations
Color information
#DF8664 (or 0xDF8664) is known color: Copper. HEX triplet: DF, 86 and 64. RGB value is (223,134,100). Sum of RGB (Red+Green+Blue) = 223+134+100=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8664 is #20799B. Grayscale: #9C9C9C. Windows color (decimal): -2128284 or 6588127. OLE color: 6588127.
HSL color Cylindrical-coordinate representation of color #DF8664: hue angle of 16.59º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF8664 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 100 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.13 |
| HSL | 16.59º | 0.66% | 0.63% | - |
| HSV(B) | 16.59º | 0.55% | 0.87% | - |
| XYZ | 41.26 | 33.66 | 16.38 | - |
| YUV | 156.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 100 | 0 | 0.40 | 0.55 | 0.13 | 16.59 | 0.66 | 0.63 |
| Hex | DF | 86 | 64 | 0 | 28 | 37 | D | 11 | 42 | 3F |
| Octal | 337 | 206 | 144 | 0 | 50 | 67 | 15 | 21 | 102 | 77 |
| Binary | 11011111 | 10000110 | 1100100 | 0 | 101000 | 110111 | 1101 | 10001 | 1000010 | 111111 |
Color Harmonies of #DF8664
Complementary color
Monochromatic Colors of #DF8664
Black with #DF8664
Text Example
Text Example
White with #DF8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8664; }
p { color: rgb(223,134,100); }
H1.HeaderClassName
{
color: #DF8664;
}
.AnyTagClassName
{
color: #DF8664;
}
</style>
background-color css
<style>
a { background-color: #DF8664; }
a { background-color: rgb(223,134,100); }
div.DivClassName
{
background-color: #DF8664;
}
.BgClassName
{
background-color: #DF8664;
}
</style>
border-color css
<style>
span { border-color: #DF8664; }
span { border-color: rgb(223,134,100); }
td.TdClassName
{
border-color: #DF8664;
}
.TagClassName
{
border-color: #DF8664;
}
</style>