#DE825F

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

Shades of Copper #DE825F

Tints of Copper #DE825F

Color information

#DE825F (or 0xDE825F) is unknown color: approx Copper. HEX triplet: DE, 82 and 5F. RGB value is (222,130,95). Sum of RGB (Red+Green+Blue) = 222+130+95=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE825F is #217DA0. Grayscale: #999999. Windows color (decimal): -2194849 or 6259422. OLE color: 6259422.

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

Color convert

RGB22213095-
CMYK00.410.570.13
HSL16.54º65.8%62.16%-
HSV(B)16.54º57.21%87.06%-
XYZ40.1732.3214.95-
YUV153.5294.98176.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=49.66%
G=29.08%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221309500.410.570.1316.5465.862.16
HexDE825F02939D11423e
Octal33620213705171152110276
Binary1101111010000010101111101010011110011101100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE825F; }

 p { color: rgb(222,130,95); }

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

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

 a { background-color: rgb(222,130,95); }

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

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

 span { border-color: rgb(222,130,95); }

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