Shades of Copper #DF886E
Tints of Copper #DF886E
RGB
CMYK
RGB Variations
Color information
#DF886E (or 0xDF886E) is known color: Copper. HEX triplet: DF, 88 and 6E. RGB value is (223,136,110). Sum of RGB (Red+Green+Blue) = 223+136+110=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF886E is #207791. Grayscale: #9F9F9F. Windows color (decimal): -2127762 or 7243999. OLE color: 7243999.
HSL color Cylindrical-coordinate representation of color #DF886E: hue angle of 13.81º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF886E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 110 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.13 |
| HSL | 13.81º | 0.64% | 0.65% | - |
| HSV(B) | 13.81º | 0.51% | 0.87% | - |
| XYZ | 42.05 | 34.42 | 19.18 | - |
| YUV | 159.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 110 | 0 | 0.39 | 0.51 | 0.13 | 13.81 | 0.64 | 0.65 |
| Hex | DF | 88 | 6E | 0 | 27 | 33 | D | E | 40 | 41 |
| Octal | 337 | 210 | 156 | 0 | 47 | 63 | 15 | 16 | 100 | 101 |
| Binary | 11011111 | 10001000 | 1101110 | 0 | 100111 | 110011 | 1101 | 1110 | 1000000 | 1000001 |
Color Harmonies of #DF886E
Complementary color
Monochromatic Colors of #DF886E
Black with #DF886E
Text Example
Text Example
White with #DF886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF886E; }
p { color: rgb(223,136,110); }
H1.HeaderClassName
{
color: #DF886E;
}
.AnyTagClassName
{
color: #DF886E;
}
</style>
background-color css
<style>
a { background-color: #DF886E; }
a { background-color: rgb(223,136,110); }
div.DivClassName
{
background-color: #DF886E;
}
.BgClassName
{
background-color: #DF886E;
}
</style>
border-color css
<style>
span { border-color: #DF886E; }
span { border-color: rgb(223,136,110); }
td.TdClassName
{
border-color: #DF886E;
}
.TagClassName
{
border-color: #DF886E;
}
</style>