#DF8062

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

Shades of Copper #DF8062

Tints of Copper #DF8062

Color information

#DF8062 (or 0xDF8062) is unknown color: approx Copper. HEX triplet: DF, 80 and 62. RGB value is (223,128,98). Sum of RGB (Red+Green+Blue) = 223+128+98=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8062 is #207F9D. Grayscale: #999999. Windows color (decimal): -2129822 or 6455519. OLE color: 6455519.

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

Color convert

RGB22312898-
CMYK00.430.560.13
HSL14.4º66.14%62.94%-
HSV(B)14.4º56.05%87.45%-
XYZ40.3632.0115.61-
YUV152.9896.97177.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=49.67%
G=28.51%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231289800.430.560.1314.466.1462.94
HexDF806202B38De423f
Octal33720014205370151610277
Binary110111111000000011000100101011111000110111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8062; }

 p { color: rgb(223,128,98); }

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

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

 a { background-color: rgb(223,128,98); }

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

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

 span { border-color: rgb(223,128,98); }

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