Shades of Copper #DF896D
Tints of Copper #DF896D
RGB
CMYK
RGB Variations
Color information
#DF896D (or 0xDF896D) is known color: Copper. HEX triplet: DF, 89 and 6D. RGB value is (223,137,109). Sum of RGB (Red+Green+Blue) = 223+137+109=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF896D is #207692. Grayscale: #9F9F9F. Windows color (decimal): -2127507 or 7178719. OLE color: 7178719.
HSL color Cylindrical-coordinate representation of color #DF896D: hue angle of 14.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF896D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 109 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.13 |
| HSL | 14.74º | 0.64% | 0.65% | - |
| HSV(B) | 14.74º | 0.51% | 0.87% | - |
| XYZ | 42.14 | 34.68 | 18.94 | - |
| YUV | 159.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 109 | 0 | 0.39 | 0.51 | 0.13 | 14.74 | 0.64 | 0.65 |
| Hex | DF | 89 | 6D | 0 | 27 | 33 | D | F | 40 | 41 |
| Octal | 337 | 211 | 155 | 0 | 47 | 63 | 15 | 17 | 100 | 101 |
| Binary | 11011111 | 10001001 | 1101101 | 0 | 100111 | 110011 | 1101 | 1111 | 1000000 | 1000001 |
Color Harmonies of #DF896D
Complementary color
Monochromatic Colors of #DF896D
Black with #DF896D
Text Example
Text Example
White with #DF896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF896D; }
p { color: rgb(223,137,109); }
H1.HeaderClassName
{
color: #DF896D;
}
.AnyTagClassName
{
color: #DF896D;
}
</style>
background-color css
<style>
a { background-color: #DF896D; }
a { background-color: rgb(223,137,109); }
div.DivClassName
{
background-color: #DF896D;
}
.BgClassName
{
background-color: #DF896D;
}
</style>
border-color css
<style>
span { border-color: #DF896D; }
span { border-color: rgb(223,137,109); }
td.TdClassName
{
border-color: #DF896D;
}
.TagClassName
{
border-color: #DF896D;
}
</style>