#DE815D

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

Shades of Copper #DE815D

Tints of Copper #DE815D

Color information

#DE815D (or 0xDE815D) is unknown color: approx Copper. HEX triplet: DE, 81 and 5D. RGB value is (222,129,93). Sum of RGB (Red+Green+Blue) = 222+129+93=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE815D is #217EA2. Grayscale: #989898. Windows color (decimal): -2195107 or 6128094. OLE color: 6128094.

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

Color convert

RGB22212993-
CMYK00.420.580.13
HSL16.74º66.15%61.76%-
HSV(B)16.74º58.11%87.06%-
XYZ39.9532.0214.43-
YUV152.794.31177.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=50%
G=29.05%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221299300.420.580.1316.7466.1561.76
HexDE815D02A3AD11423e
Octal33620113505272152110276
Binary1101111010000001101110101010101110101101100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE815D; }

 p { color: rgb(222,129,93); }

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

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

 a { background-color: rgb(222,129,93); }

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

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

 span { border-color: rgb(222,129,93); }

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