#DF8362

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

Shades of Copper #DF8362

Tints of Copper #DF8362

Color information

#DF8362 (or 0xDF8362) is unknown color: approx Copper. HEX triplet: DF, 83 and 62. RGB value is (223,131,98). Sum of RGB (Red+Green+Blue) = 223+131+98=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8362 is #207C9D. Grayscale: #9A9A9A. Windows color (decimal): -2129054 or 6456287. OLE color: 6456287.

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

Color convert

RGB22313198-
CMYK00.410.560.13
HSL15.84º66.14%62.94%-
HSV(B)15.84º56.05%87.45%-
XYZ40.7532.815.74-
YUV154.7595.98176.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.34%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=49.34%
G=28.98%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231319800.410.560.1315.8466.1462.94
HexDF836202938D10423f
Octal33720314205170152010277
Binary1101111110000011110001001010011110001101100001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8362; }

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

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

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

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

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

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

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

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