Shades of Copper #DF8064
Tints of Copper #DF8064
RGB
CMYK
RGB Variations
Color information
#DF8064 (or 0xDF8064) is known color: Copper. HEX triplet: DF, 80 and 64. RGB value is (223,128,100). Sum of RGB (Red+Green+Blue) = 223+128+100=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8064 is #207F9B. Grayscale: #999999. Windows color (decimal): -2129820 or 6586591. OLE color: 6586591.
HSL color Cylindrical-coordinate representation of color #DF8064: hue angle of 13.66º 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 #DF8064 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 100 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.13 |
| HSL | 13.66º | 0.66% | 0.63% | - |
| HSV(B) | 13.66º | 0.55% | 0.87% | - |
| XYZ | 40.45 | 32.05 | 16.11 | - |
| YUV | 153.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 100 | 0 | 0.43 | 0.55 | 0.13 | 13.66 | 0.66 | 0.63 |
| Hex | DF | 80 | 64 | 0 | 2B | 37 | D | E | 42 | 3F |
| Octal | 337 | 200 | 144 | 0 | 53 | 67 | 15 | 16 | 102 | 77 |
| Binary | 11011111 | 10000000 | 1100100 | 0 | 101011 | 110111 | 1101 | 1110 | 1000010 | 111111 |
Color Harmonies of #DF8064
Complementary color
Monochromatic Colors of #DF8064
Black with #DF8064
Text Example
Text Example
White with #DF8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8064; }
p { color: rgb(223,128,100); }
H1.HeaderClassName
{
color: #DF8064;
}
.AnyTagClassName
{
color: #DF8064;
}
</style>
background-color css
<style>
a { background-color: #DF8064; }
a { background-color: rgb(223,128,100); }
div.DivClassName
{
background-color: #DF8064;
}
.BgClassName
{
background-color: #DF8064;
}
</style>
border-color css
<style>
span { border-color: #DF8064; }
span { border-color: rgb(223,128,100); }
td.TdClassName
{
border-color: #DF8064;
}
.TagClassName
{
border-color: #DF8064;
}
</style>