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