Shades of Copper #DF8960
Tints of Copper #DF8960
RGB
CMYK
RGB Variations
Color information
#DF8960 (or 0xDF8960) is known color: Copper. HEX triplet: DF, 89 and 60. RGB value is (223,137,96). Sum of RGB (Red+Green+Blue) = 223+137+96=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8960 is #20769F. Grayscale: #9E9E9E. Windows color (decimal): -2127520 or 6326751. OLE color: 6326751.
HSL color Cylindrical-coordinate representation of color #DF8960: hue angle of 19.37º 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 #DF8960 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 96 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 19.37º | 0.66% | 0.63% | - |
| HSV(B) | 19.37º | 0.57% | 0.87% | - |
| XYZ | 41.49 | 34.42 | 15.52 | - |
| YUV | 158.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 96 | 0 | 0.39 | 0.57 | 0.13 | 19.37 | 0.66 | 0.63 |
| Hex | DF | 89 | 60 | 0 | 27 | 39 | D | 13 | 42 | 3F |
| Octal | 337 | 211 | 140 | 0 | 47 | 71 | 15 | 23 | 102 | 77 |
| Binary | 11011111 | 10001001 | 1100000 | 0 | 100111 | 111001 | 1101 | 10011 | 1000010 | 111111 |
Color Harmonies of #DF8960
Complementary color
Monochromatic Colors of #DF8960
Black with #DF8960
Text Example
Text Example
White with #DF8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8960; }
p { color: rgb(223,137,96); }
H1.HeaderClassName
{
color: #DF8960;
}
.AnyTagClassName
{
color: #DF8960;
}
</style>
background-color css
<style>
a { background-color: #DF8960; }
a { background-color: rgb(223,137,96); }
div.DivClassName
{
background-color: #DF8960;
}
.BgClassName
{
background-color: #DF8960;
}
</style>
border-color css
<style>
span { border-color: #DF8960; }
span { border-color: rgb(223,137,96); }
td.TdClassName
{
border-color: #DF8960;
}
.TagClassName
{
border-color: #DF8960;
}
</style>