#DF8E70

Color #DF8E70 Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #DF8E70

Tints of Copper #DF8E70

Color information

#DF8E70 (or 0xDF8E70) is unknown color: approx Copper. HEX triplet: DF, 8E and 70. RGB value is (223,142,112). Sum of RGB (Red+Green+Blue) = 223+142+112=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E70 is #20718F. Grayscale: #A3A3A3. Windows color (decimal): -2126224 or 7376607. OLE color: 7376607.

HSL color Cylindrical-coordinate representation of color #DF8E70: hue angle of 16.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF8E70 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223142112-
CMYK00.360.500.13
HSL16.22º63.43%65.69%-
HSV(B)16.22º49.78%87.45%-
XYZ43.0336.220.05-
YUV162.899.34170.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=46.75%
G=29.77%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314211200.360.500.1316.2263.4365.69
HexDF8E7002432D103f42
Octal33721616004462152077102
Binary1101111110001110111000001001001100101101100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8E70; }

 p { color: rgb(223,142,112); }

 H1.HeaderClassName
 {
   color: #DF8E70;
 }
 .AnyTagClassName
 {
   color: #DF8E70;
 }
</style>
background-color css

<style>
 a { background-color: #DF8E70; }

 a { background-color: rgb(223,142,112); }

 div.DivClassName
 {
   background-color: #DF8E70;
 }
 .BgClassName
 {
   background-color: #DF8E70;
 }
</style>
border-color css

<style>
 span { border-color: #DF8E70; }

 span { border-color: rgb(223,142,112); }

 td.TdClassName
 {
   border-color: #DF8E70;
 }
 .TagClassName
 {
   border-color: #DF8E70;
 }
</style>