#DE8D61

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

Shades of Copper #DE8D61

Tints of Copper #DE8D61

Color information

#DE8D61 (or 0xDE8D61) is unknown color: approx Copper. HEX triplet: DE, 8D and 61. RGB value is (222,141,97). Sum of RGB (Red+Green+Blue) = 222+141+97=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D61 is #21729E. Grayscale: #A0A0A0. Windows color (decimal): -2192031 or 6393310. OLE color: 6393310.

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

Color convert

RGB22214197-
CMYK00.360.560.13
HSL21.12º65.45%62.55%-
HSV(B)21.12º56.31%87.06%-
XYZ41.8135.4415.95-
YUV160.292.34172.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=48.26%
G=30.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221419700.360.560.1321.1265.4562.55
HexDE8D6102438D15413f
Octal33621514104470152510177
Binary1101111010001101110000101001001110001101101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D61; }

 p { color: rgb(222,141,97); }

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

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

 a { background-color: rgb(222,141,97); }

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

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

 span { border-color: rgb(222,141,97); }

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