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