#DE936F

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

Shades of Copper #DE936F

Tints of Copper #DE936F

Color information

#DE936F (or 0xDE936F) is unknown color: approx Copper. HEX triplet: DE, 93 and 6F. RGB value is (222,147,111). Sum of RGB (Red+Green+Blue) = 222+147+111=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE936F is #216C90. Grayscale: #A5A5A5. Windows color (decimal): -2190481 or 7312350. OLE color: 7312350.

HSL color Cylindrical-coordinate representation of color #DE936F: hue angle of 19.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE936F is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222147111-
CMYK00.340.50.13
HSL19.46º62.71%65.29%-
HSV(B)19.46º50%87.06%-
XYZ43.4337.5420-
YUV165.3297.35168.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=46.25%
G=30.62%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214711100.340.50.1319.4662.7165.29
HexDE936F02232D133f41
Octal33622315704262152377101
Binary1101111010010011110111101000101100101101100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE936F; }

 p { color: rgb(222,147,111); }

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

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

 a { background-color: rgb(222,147,111); }

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

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

 span { border-color: rgb(222,147,111); }

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