Shades of Copper #DF895E
Tints of Copper #DF895E
RGB
CMYK
RGB Variations
Color information
#DF895E (or 0xDF895E) is known color: Copper. HEX triplet: DF, 89 and 5E. RGB value is (223,137,94). Sum of RGB (Red+Green+Blue) = 223+137+94=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF895E is #2076A1. Grayscale: #9E9E9E. Windows color (decimal): -2127522 or 6195679. OLE color: 6195679.
HSL color Cylindrical-coordinate representation of color #DF895E: hue angle of 20º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF895E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 94 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.13 |
| HSL | 20º | 0.67% | 0.62% | - |
| HSV(B) | 20º | 0.58% | 0.87% | - |
| XYZ | 41.4 | 34.39 | 15.05 | - |
| YUV | 157.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 94 | 0 | 0.39 | 0.58 | 0.13 | 20 | 0.67 | 0.62 |
| Hex | DF | 89 | 5E | 0 | 27 | 3A | D | 14 | 43 | 3E |
| Octal | 337 | 211 | 136 | 0 | 47 | 72 | 15 | 24 | 103 | 76 |
| Binary | 11011111 | 10001001 | 1011110 | 0 | 100111 | 111010 | 1101 | 10100 | 1000011 | 111110 |
Color Harmonies of #DF895E
Complementary color
Monochromatic Colors of #DF895E
Black with #DF895E
Text Example
Text Example
White with #DF895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF895E; }
p { color: rgb(223,137,94); }
H1.HeaderClassName
{
color: #DF895E;
}
.AnyTagClassName
{
color: #DF895E;
}
</style>
background-color css
<style>
a { background-color: #DF895E; }
a { background-color: rgb(223,137,94); }
div.DivClassName
{
background-color: #DF895E;
}
.BgClassName
{
background-color: #DF895E;
}
</style>
border-color css
<style>
span { border-color: #DF895E; }
span { border-color: rgb(223,137,94); }
td.TdClassName
{
border-color: #DF895E;
}
.TagClassName
{
border-color: #DF895E;
}
</style>