#DE966B

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

Shades of Copper #DE966B

Tints of Copper #DE966B

Color information

#DE966B (or 0xDE966B) is unknown color: approx Copper. HEX triplet: DE, 96 and 6B. RGB value is (222,150,107). Sum of RGB (Red+Green+Blue) = 222+150+107=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE966B is #216994. Grayscale: #A6A6A6. Windows color (decimal): -2189717 or 7050974. OLE color: 7050974.

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

Color convert

RGB222150107-
CMYK00.320.520.13
HSL22.43º63.54%64.51%-
HSV(B)22.43º51.8%87.06%-
XYZ43.6838.419.02-
YUV166.6394.35167.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=46.35%
G=31.32%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215010700.320.520.1322.4363.5464.51
HexDE966B02034D164041
Octal336226153040641526100101
Binary11011110100101101101011010000011010011011011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE966B; }

 p { color: rgb(222,150,107); }

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

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

 a { background-color: rgb(222,150,107); }

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

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

 span { border-color: rgb(222,150,107); }

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