#DF8F70

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

Shades of Copper #DF8F70

Tints of Copper #DF8F70

Color information

#DF8F70 (or 0xDF8F70) is unknown color: approx Copper. HEX triplet: DF, 8F and 70. RGB value is (223,143,112). Sum of RGB (Red+Green+Blue) = 223+143+112=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F70 is #20708F. Grayscale: #A3A3A3. Windows color (decimal): -2125968 or 7376863. OLE color: 7376863.

HSL color Cylindrical-coordinate representation of color #DF8F70: hue angle of 16.76º 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 #DF8F70 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223143112-
CMYK00.360.500.13
HSL16.76º63.43%65.69%-
HSV(B)16.76º49.78%87.45%-
XYZ43.1836.520.1-
YUV163.3999170.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=46.65%
G=29.92%
B=23.43%

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
Decimal22314311200.360.500.1316.7663.4365.69
HexDF8F7002432D113f42
Octal33721716004462152177102
Binary1101111110001111111000001001001100101101100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8F70; }

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

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

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

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

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

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

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

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