#DF8262

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

Shades of Copper #DF8262

Tints of Copper #DF8262

Color information

#DF8262 (or 0xDF8262) is unknown color: approx Copper. HEX triplet: DF, 82 and 62. RGB value is (223,130,98). Sum of RGB (Red+Green+Blue) = 223+130+98=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8262 is #207D9D. Grayscale: #9A9A9A. Windows color (decimal): -2129310 or 6456031. OLE color: 6456031.

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

Color convert

RGB22313098-
CMYK00.420.560.13
HSL15.36º66.14%62.94%-
HSV(B)15.36º56.05%87.45%-
XYZ40.6232.5415.69-
YUV154.1696.31177.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.45%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=49.45%
G=28.82%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231309800.420.560.1315.3666.1462.94
HexDF826202A38Df423f
Octal33720214205270151710277
Binary110111111000001011000100101010111000110111111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8262; }

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

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

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

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

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

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

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

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