Shades of Copper #DF885F
Tints of Copper #DF885F
RGB
CMYK
RGB Variations
Color information
#DF885F (or 0xDF885F) is known color: Copper. HEX triplet: DF, 88 and 5F. RGB value is (223,136,95). Sum of RGB (Red+Green+Blue) = 223+136+95=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF885F is #2077A0. Grayscale: #9D9D9D. Windows color (decimal): -2127777 or 6260959. OLE color: 6260959.
HSL color Cylindrical-coordinate representation of color #DF885F: hue angle of 19.22º 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 #DF885F is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 95 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 19.22º | 0.67% | 0.62% | - |
| HSV(B) | 19.22º | 0.57% | 0.87% | - |
| XYZ | 41.3 | 34.12 | 15.24 | - |
| YUV | 157.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 95 | 0 | 0.39 | 0.57 | 0.13 | 19.22 | 0.67 | 0.62 |
| Hex | DF | 88 | 5F | 0 | 27 | 39 | D | 13 | 43 | 3E |
| Octal | 337 | 210 | 137 | 0 | 47 | 71 | 15 | 23 | 103 | 76 |
| Binary | 11011111 | 10001000 | 1011111 | 0 | 100111 | 111001 | 1101 | 10011 | 1000011 | 111110 |
Color Harmonies of #DF885F
Complementary color
Monochromatic Colors of #DF885F
Black with #DF885F
Text Example
Text Example
White with #DF885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF885F; }
p { color: rgb(223,136,95); }
H1.HeaderClassName
{
color: #DF885F;
}
.AnyTagClassName
{
color: #DF885F;
}
</style>
background-color css
<style>
a { background-color: #DF885F; }
a { background-color: rgb(223,136,95); }
div.DivClassName
{
background-color: #DF885F;
}
.BgClassName
{
background-color: #DF885F;
}
</style>
border-color css
<style>
span { border-color: #DF885F; }
span { border-color: rgb(223,136,95); }
td.TdClassName
{
border-color: #DF885F;
}
.TagClassName
{
border-color: #DF885F;
}
</style>