#DE976D

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

Shades of Copper #DE976D

Tints of Copper #DE976D

Color information

#DE976D (or 0xDE976D) is unknown color: approx Copper. HEX triplet: DE, 97 and 6D. RGB value is (222,151,109). Sum of RGB (Red+Green+Blue) = 222+151+109=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE976D is #216892. Grayscale: #A7A7A7. Windows color (decimal): -2189459 or 7182302. OLE color: 7182302.

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

Color convert

RGB222151109-
CMYK00.320.510.13
HSL22.3º63.13%64.9%-
HSV(B)22.3º50.9%87.06%-
XYZ43.9538.7719.63-
YUV167.4495.02166.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=46.06%
G=31.33%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215110900.320.510.1322.363.1364.9
HexDE976D02033D163f41
Octal33622715504063152677101
Binary1101111010010111110110101000001100111101101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE976D; }

 p { color: rgb(222,151,109); }

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

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

 a { background-color: rgb(222,151,109); }

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

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

 span { border-color: rgb(222,151,109); }

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