Shades of Copper #DF885E
Tints of Copper #DF885E
RGB
CMYK
RGB Variations
Color information
#DF885E (or 0xDF885E) is known color: Copper. HEX triplet: DF, 88 and 5E. RGB value is (223,136,94). Sum of RGB (Red+Green+Blue) = 223+136+94=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF885E is #2077A1. Grayscale: #9D9D9D. Windows color (decimal): -2127778 or 6195423. OLE color: 6195423.
HSL color Cylindrical-coordinate representation of color #DF885E: hue angle of 19.53º 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 #DF885E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 94 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.13 |
| HSL | 19.53º | 0.67% | 0.62% | - |
| HSV(B) | 19.53º | 0.58% | 0.87% | - |
| XYZ | 41.26 | 34.1 | 15 | - |
| YUV | 157.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 94 | 0 | 0.39 | 0.58 | 0.13 | 19.53 | 0.67 | 0.62 |
| Hex | DF | 88 | 5E | 0 | 27 | 3A | D | 14 | 43 | 3E |
| Octal | 337 | 210 | 136 | 0 | 47 | 72 | 15 | 24 | 103 | 76 |
| Binary | 11011111 | 10001000 | 1011110 | 0 | 100111 | 111010 | 1101 | 10100 | 1000011 | 111110 |
Color Harmonies of #DF885E
Complementary color
Monochromatic Colors of #DF885E
Black with #DF885E
Text Example
Text Example
White with #DF885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF885E; }
p { color: rgb(223,136,94); }
H1.HeaderClassName
{
color: #DF885E;
}
.AnyTagClassName
{
color: #DF885E;
}
</style>
background-color css
<style>
a { background-color: #DF885E; }
a { background-color: rgb(223,136,94); }
div.DivClassName
{
background-color: #DF885E;
}
.BgClassName
{
background-color: #DF885E;
}
</style>
border-color css
<style>
span { border-color: #DF885E; }
span { border-color: rgb(223,136,94); }
td.TdClassName
{
border-color: #DF885E;
}
.TagClassName
{
border-color: #DF885E;
}
</style>