Shades of Copper #DF8862
Tints of Copper #DF8862
RGB
CMYK
RGB Variations
Color information
#DF8862 (or 0xDF8862) is known color: Copper. HEX triplet: DF, 88 and 62. RGB value is (223,136,98). Sum of RGB (Red+Green+Blue) = 223+136+98=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8862 is #20779D. Grayscale: #9D9D9D. Windows color (decimal): -2127774 or 6457567. OLE color: 6457567.
HSL color Cylindrical-coordinate representation of color #DF8862: hue angle of 18.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8862 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 98 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.13 |
| HSL | 18.24º | 0.66% | 0.63% | - |
| HSV(B) | 18.24º | 0.56% | 0.87% | - |
| XYZ | 41.44 | 34.18 | 15.97 | - |
| YUV | 157.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 98 | 0 | 0.39 | 0.56 | 0.13 | 18.24 | 0.66 | 0.63 |
| Hex | DF | 88 | 62 | 0 | 27 | 38 | D | 12 | 42 | 3F |
| Octal | 337 | 210 | 142 | 0 | 47 | 70 | 15 | 22 | 102 | 77 |
| Binary | 11011111 | 10001000 | 1100010 | 0 | 100111 | 111000 | 1101 | 10010 | 1000010 | 111111 |
Color Harmonies of #DF8862
Complementary color
Monochromatic Colors of #DF8862
Black with #DF8862
Text Example
Text Example
White with #DF8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8862; }
p { color: rgb(223,136,98); }
H1.HeaderClassName
{
color: #DF8862;
}
.AnyTagClassName
{
color: #DF8862;
}
</style>
background-color css
<style>
a { background-color: #DF8862; }
a { background-color: rgb(223,136,98); }
div.DivClassName
{
background-color: #DF8862;
}
.BgClassName
{
background-color: #DF8862;
}
</style>
border-color css
<style>
span { border-color: #DF8862; }
span { border-color: rgb(223,136,98); }
td.TdClassName
{
border-color: #DF8862;
}
.TagClassName
{
border-color: #DF8862;
}
</style>