Shades of Copper #DF8161
Tints of Copper #DF8161
RGB
CMYK
RGB Variations
Color information
#DF8161 (or 0xDF8161) is known color: Copper. HEX triplet: DF, 81 and 61. RGB value is (223,129,97). Sum of RGB (Red+Green+Blue) = 223+129+97=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8161 is #207E9E. Grayscale: #999999. Windows color (decimal): -2129567 or 6390239. OLE color: 6390239.
HSL color Cylindrical-coordinate representation of color #DF8161: hue angle of 15.24º 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 #DF8161 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 97 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 15.24º | 0.66% | 0.63% | - |
| HSV(B) | 15.24º | 0.57% | 0.87% | - |
| XYZ | 40.44 | 32.25 | 15.4 | - |
| YUV | 153.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 97 | 0 | 0.42 | 0.57 | 0.13 | 15.24 | 0.66 | 0.63 |
| Hex | DF | 81 | 61 | 0 | 2A | 39 | D | F | 42 | 3F |
| Octal | 337 | 201 | 141 | 0 | 52 | 71 | 15 | 17 | 102 | 77 |
| Binary | 11011111 | 10000001 | 1100001 | 0 | 101010 | 111001 | 1101 | 1111 | 1000010 | 111111 |
Color Harmonies of #DF8161
Complementary color
Monochromatic Colors of #DF8161
Black with #DF8161
Text Example
Text Example
White with #DF8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8161; }
p { color: rgb(223,129,97); }
H1.HeaderClassName
{
color: #DF8161;
}
.AnyTagClassName
{
color: #DF8161;
}
</style>
background-color css
<style>
a { background-color: #DF8161; }
a { background-color: rgb(223,129,97); }
div.DivClassName
{
background-color: #DF8161;
}
.BgClassName
{
background-color: #DF8161;
}
</style>
border-color css
<style>
span { border-color: #DF8161; }
span { border-color: rgb(223,129,97); }
td.TdClassName
{
border-color: #DF8161;
}
.TagClassName
{
border-color: #DF8161;
}
</style>