Shades of Copper #DF895F
Tints of Copper #DF895F
RGB
CMYK
RGB Variations
Color information
#DF895F (or 0xDF895F) is known color: Copper. HEX triplet: DF, 89 and 5F. RGB value is (223,137,95). Sum of RGB (Red+Green+Blue) = 223+137+95=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF895F is #2076A0. Grayscale: #9E9E9E. Windows color (decimal): -2127521 or 6261215. OLE color: 6261215.
HSL color Cylindrical-coordinate representation of color #DF895F: hue angle of 19.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF895F is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 95 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 19.69º | 0.67% | 0.62% | - |
| HSV(B) | 19.69º | 0.57% | 0.87% | - |
| XYZ | 41.44 | 34.41 | 15.28 | - |
| YUV | 157.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 95 | 0 | 0.39 | 0.57 | 0.13 | 19.69 | 0.67 | 0.62 |
| Hex | DF | 89 | 5F | 0 | 27 | 39 | D | 14 | 43 | 3E |
| Octal | 337 | 211 | 137 | 0 | 47 | 71 | 15 | 24 | 103 | 76 |
| Binary | 11011111 | 10001001 | 1011111 | 0 | 100111 | 111001 | 1101 | 10100 | 1000011 | 111110 |
Color Harmonies of #DF895F
Complementary color
Monochromatic Colors of #DF895F
Black with #DF895F
Text Example
Text Example
White with #DF895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF895F; }
p { color: rgb(223,137,95); }
H1.HeaderClassName
{
color: #DF895F;
}
.AnyTagClassName
{
color: #DF895F;
}
</style>
background-color css
<style>
a { background-color: #DF895F; }
a { background-color: rgb(223,137,95); }
div.DivClassName
{
background-color: #DF895F;
}
.BgClassName
{
background-color: #DF895F;
}
</style>
border-color css
<style>
span { border-color: #DF895F; }
span { border-color: rgb(223,137,95); }
td.TdClassName
{
border-color: #DF895F;
}
.TagClassName
{
border-color: #DF895F;
}
</style>