#DF8F6F

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

Shades of Copper #DF8F6F

Tints of Copper #DF8F6F

Color information

#DF8F6F (or 0xDF8F6F) is unknown color: approx Copper. HEX triplet: DF, 8F and 6F. RGB value is (223,143,111). Sum of RGB (Red+Green+Blue) = 223+143+111=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F6F is #207090. Grayscale: #A3A3A3. Windows color (decimal): -2125969 or 7311327. OLE color: 7311327.

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

Color convert

RGB223143111-
CMYK00.360.500.13
HSL17.14º63.64%65.49%-
HSV(B)17.14º50.22%87.45%-
XYZ43.1236.4819.81-
YUV163.2798.5170.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=46.75%
G=29.98%
B=23.27%

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
Decimal22314311100.360.500.1317.1463.6465.49
HexDF8F6F02432D114041
Octal337217157044621521100101
Binary11011111100011111101111010010011001011011000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8F6F; }

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

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

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

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

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

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

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

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