#DE7E62

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

Shades of Copper #DE7E62

Tints of Copper #DE7E62

Color information

#DE7E62 (or 0xDE7E62) is unknown color: approx Copper. HEX triplet: DE, 7E and 62. RGB value is (222,126,98). Sum of RGB (Red+Green+Blue) = 222+126+98=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E62 is #21819D. Grayscale: #979797. Windows color (decimal): -2195870 or 6455006. OLE color: 6455006.

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

Color convert

RGB22212698-
CMYK00.430.560.13
HSL13.55º65.26%62.75%-
HSV(B)13.55º55.86%87.06%-
XYZ39.7931.3315.51-
YUV151.5197.8178.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=49.78%
G=28.25%
B=21.97%

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
Decimal2221269800.430.560.1313.5565.2662.75
HexDE7E6202B38De413f
Octal33617614205370151610177
Binary11011110111111011000100101011111000110111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E62; }

 p { color: rgb(222,126,98); }

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

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

 a { background-color: rgb(222,126,98); }

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

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

 span { border-color: rgb(222,126,98); }

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