Shades of Copper #DF8864
Tints of Copper #DF8864
RGB
CMYK
RGB Variations
Color information
#DF8864 (or 0xDF8864) is known color: Copper. HEX triplet: DF, 88 and 64. RGB value is (223,136,100). Sum of RGB (Red+Green+Blue) = 223+136+100=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8864 is #20779B. Grayscale: #9E9E9E. Windows color (decimal): -2127772 or 6588639. OLE color: 6588639.
HSL color Cylindrical-coordinate representation of color #DF8864: hue angle of 17.56º 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 #DF8864 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 100 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.13 |
| HSL | 17.56º | 0.66% | 0.63% | - |
| HSV(B) | 17.56º | 0.55% | 0.87% | - |
| XYZ | 41.54 | 34.22 | 16.47 | - |
| YUV | 157.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 100 | 0 | 0.39 | 0.55 | 0.13 | 17.56 | 0.66 | 0.63 |
| Hex | DF | 88 | 64 | 0 | 27 | 37 | D | 12 | 42 | 3F |
| Octal | 337 | 210 | 144 | 0 | 47 | 67 | 15 | 22 | 102 | 77 |
| Binary | 11011111 | 10001000 | 1100100 | 0 | 100111 | 110111 | 1101 | 10010 | 1000010 | 111111 |
Color Harmonies of #DF8864
Complementary color
Monochromatic Colors of #DF8864
Black with #DF8864
Text Example
Text Example
White with #DF8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8864; }
p { color: rgb(223,136,100); }
H1.HeaderClassName
{
color: #DF8864;
}
.AnyTagClassName
{
color: #DF8864;
}
</style>
background-color css
<style>
a { background-color: #DF8864; }
a { background-color: rgb(223,136,100); }
div.DivClassName
{
background-color: #DF8864;
}
.BgClassName
{
background-color: #DF8864;
}
</style>
border-color css
<style>
span { border-color: #DF8864; }
span { border-color: rgb(223,136,100); }
td.TdClassName
{
border-color: #DF8864;
}
.TagClassName
{
border-color: #DF8864;
}
</style>