#DE835F

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

Shades of Copper #DE835F

Tints of Copper #DE835F

Color information

#DE835F (or 0xDE835F) is unknown color: approx Copper. HEX triplet: DE, 83 and 5F. RGB value is (222,131,95). Sum of RGB (Red+Green+Blue) = 222+131+95=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE835F is #217CA0. Grayscale: #9A9A9A. Windows color (decimal): -2194593 or 6259678. OLE color: 6259678.

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

Color convert

RGB22213195-
CMYK00.410.570.13
HSL17.01º65.8%62.16%-
HSV(B)17.01º57.21%87.06%-
XYZ40.3132.5914.99-
YUV154.194.65176.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=49.55%
G=29.24%
B=21.21%

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
Decimal2221319500.410.570.1317.0165.862.16
HexDE835F02939D11423e
Octal33620313705171152110276
Binary1101111010000011101111101010011110011101100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE835F; }

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

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

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

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

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

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

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

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