#DE976E

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

Shades of Copper #DE976E

Tints of Copper #DE976E

Color information

#DE976E (or 0xDE976E) is unknown color: approx Copper. HEX triplet: DE, 97 and 6E. RGB value is (222,151,110). Sum of RGB (Red+Green+Blue) = 222+151+110=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE976E is #216891. Grayscale: #A7A7A7. Windows color (decimal): -2189458 or 7247838. OLE color: 7247838.

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

Color convert

RGB222151110-
CMYK00.320.500.13
HSL21.96º62.92%65.1%-
HSV(B)21.96º50.45%87.06%-
XYZ44.0138.7919.92-
YUV167.5595.52166.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=45.96%
G=31.26%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215111000.320.500.1321.9662.9265.1
HexDE976E02032D163f41
Octal33622715604062152677101
Binary1101111010010111110111001000001100101101101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE976E; }

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

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

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

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

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

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

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

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