#DE9567

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

Shades of Copper #DE9567

Tints of Copper #DE9567

Color information

#DE9567 (or 0xDE9567) is unknown color: approx Copper. HEX triplet: DE, 95 and 67. RGB value is (222,149,103). Sum of RGB (Red+Green+Blue) = 222+149+103=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9567 is #216A98. Grayscale: #A5A5A5. Windows color (decimal): -2189977 or 6788574. OLE color: 6788574.

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

Color convert

RGB222149103-
CMYK00.330.540.13
HSL23.19º64.32%63.73%-
HSV(B)23.19º53.6%87.06%-
XYZ43.323817.88-
YUV165.5892.68168.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=46.84%
G=31.43%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214910300.330.540.1323.1964.3263.73
HexDE956702136D174040
Octal336225147041661527100100
Binary11011110100101011100111010000111011011011011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9567; }

 p { color: rgb(222,149,103); }

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

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

 a { background-color: rgb(222,149,103); }

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

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

 span { border-color: rgb(222,149,103); }

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