Shades of Copper #DF8861
Tints of Copper #DF8861
RGB
CMYK
RGB Variations
Color information
#DF8861 (or 0xDF8861) is known color: Copper. HEX triplet: DF, 88 and 61. RGB value is (223,136,97). Sum of RGB (Red+Green+Blue) = 223+136+97=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8861 is #20779E. Grayscale: #9D9D9D. Windows color (decimal): -2127775 or 6392031. OLE color: 6392031.
HSL color Cylindrical-coordinate representation of color #DF8861: hue angle of 18.57º 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 #DF8861 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 97 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 18.57º | 0.66% | 0.63% | - |
| HSV(B) | 18.57º | 0.57% | 0.87% | - |
| XYZ | 41.39 | 34.16 | 15.72 | - |
| YUV | 157.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 97 | 0 | 0.39 | 0.57 | 0.13 | 18.57 | 0.66 | 0.63 |
| Hex | DF | 88 | 61 | 0 | 27 | 39 | D | 13 | 42 | 3F |
| Octal | 337 | 210 | 141 | 0 | 47 | 71 | 15 | 23 | 102 | 77 |
| Binary | 11011111 | 10001000 | 1100001 | 0 | 100111 | 111001 | 1101 | 10011 | 1000010 | 111111 |
Color Harmonies of #DF8861
Complementary color
Monochromatic Colors of #DF8861
Black with #DF8861
Text Example
Text Example
White with #DF8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8861; }
p { color: rgb(223,136,97); }
H1.HeaderClassName
{
color: #DF8861;
}
.AnyTagClassName
{
color: #DF8861;
}
</style>
background-color css
<style>
a { background-color: #DF8861; }
a { background-color: rgb(223,136,97); }
div.DivClassName
{
background-color: #DF8861;
}
.BgClassName
{
background-color: #DF8861;
}
</style>
border-color css
<style>
span { border-color: #DF8861; }
span { border-color: rgb(223,136,97); }
td.TdClassName
{
border-color: #DF8861;
}
.TagClassName
{
border-color: #DF8861;
}
</style>