#DE916D

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

Shades of Copper #DE916D

Tints of Copper #DE916D

Color information

#DE916D (or 0xDE916D) is unknown color: approx Copper. HEX triplet: DE, 91 and 6D. RGB value is (222,145,109). Sum of RGB (Red+Green+Blue) = 222+145+109=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE916D is #216E92. Grayscale: #A4A4A4. Windows color (decimal): -2190995 or 7180766. OLE color: 7180766.

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

Color convert

RGB222145109-
CMYK00.350.510.13
HSL19.12º63.13%64.9%-
HSV(B)19.12º50.9%87.06%-
XYZ43.0136.8819.32-
YUV163.9297.01169.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=46.64%
G=30.46%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214510900.350.510.1319.1263.1364.9
HexDE916D02333D133f41
Octal33622115504363152377101
Binary1101111010010001110110101000111100111101100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE916D; }

 p { color: rgb(222,145,109); }

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

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

 a { background-color: rgb(222,145,109); }

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

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

 span { border-color: rgb(222,145,109); }

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