Shades of Copper #DF8963
Tints of Copper #DF8963
RGB
CMYK
RGB Variations
Color information
#DF8963 (or 0xDF8963) is known color: Copper. HEX triplet: DF, 89 and 63. RGB value is (223,137,99). Sum of RGB (Red+Green+Blue) = 223+137+99=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8963 is #20769C. Grayscale: #9E9E9E. Windows color (decimal): -2127517 or 6523359. OLE color: 6523359.
HSL color Cylindrical-coordinate representation of color #DF8963: hue angle of 18.39º 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 #DF8963 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 99 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.13 |
| HSL | 18.39º | 0.66% | 0.63% | - |
| HSV(B) | 18.39º | 0.56% | 0.87% | - |
| XYZ | 41.63 | 34.48 | 16.27 | - |
| YUV | 158.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 99 | 0 | 0.39 | 0.56 | 0.13 | 18.39 | 0.66 | 0.63 |
| Hex | DF | 89 | 63 | 0 | 27 | 38 | D | 12 | 42 | 3F |
| Octal | 337 | 211 | 143 | 0 | 47 | 70 | 15 | 22 | 102 | 77 |
| Binary | 11011111 | 10001001 | 1100011 | 0 | 100111 | 111000 | 1101 | 10010 | 1000010 | 111111 |
Color Harmonies of #DF8963
Complementary color
Monochromatic Colors of #DF8963
Black with #DF8963
Text Example
Text Example
White with #DF8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8963; }
p { color: rgb(223,137,99); }
H1.HeaderClassName
{
color: #DF8963;
}
.AnyTagClassName
{
color: #DF8963;
}
</style>
background-color css
<style>
a { background-color: #DF8963; }
a { background-color: rgb(223,137,99); }
div.DivClassName
{
background-color: #DF8963;
}
.BgClassName
{
background-color: #DF8963;
}
</style>
border-color css
<style>
span { border-color: #DF8963; }
span { border-color: rgb(223,137,99); }
td.TdClassName
{
border-color: #DF8963;
}
.TagClassName
{
border-color: #DF8963;
}
</style>