#DE845C

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

Shades of Copper #DE845C

Tints of Copper #DE845C

Color information

#DE845C (or 0xDE845C) is unknown color: approx Copper. HEX triplet: DE, 84 and 5C. RGB value is (222,132,92). Sum of RGB (Red+Green+Blue) = 222+132+92=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE845C is #217BA3. Grayscale: #9A9A9A. Windows color (decimal): -2194340 or 6063326. OLE color: 6063326.

HSL color Cylindrical-coordinate representation of color #DE845C: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE845C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22213292-
CMYK00.410.590.13
HSL18.46º66.33%61.57%-
HSV(B)18.46º58.56%87.06%-
XYZ40.3132.814.33-
YUV154.3592.82176.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=49.78%
G=29.60%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221329200.410.590.1318.4666.3361.57
HexDE845C0293BD12423e
Octal33620413405173152210276
Binary1101111010000100101110001010011110111101100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE845C; }

 p { color: rgb(222,132,92); }

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

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

 a { background-color: rgb(222,132,92); }

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

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

 span { border-color: rgb(222,132,92); }

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