#D7896D

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

Shades of Copper #D7896D

Tints of Copper #D7896D

Color information

#D7896D (or 0xD7896D) is unknown color: approx Copper. HEX triplet: D7, 89 and 6D. RGB value is (215,137,109). Sum of RGB (Red+Green+Blue) = 215+137+109=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7896D is #287692. Grayscale: #9D9D9D. Windows color (decimal): -2651795 or 7178711. OLE color: 7178711.

HSL color Cylindrical-coordinate representation of color #D7896D: hue angle of 15.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7896D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215137109-
CMYK00.360.490.16
HSL15.85º56.99%63.53%-
HSV(B)15.85º49.3%84.31%-
XYZ39.7333.4418.83-
YUV157.13100.84169.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=46.64%
G=29.72%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513710900.360.490.1615.8556.9963.53
HexD7896D0243110103940
Octal32721115504461202071100
Binary11010111100010011101101010010011000110000100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7896D; }

 p { color: rgb(215,137,109); }

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

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

 a { background-color: rgb(215,137,109); }

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

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

 span { border-color: rgb(215,137,109); }

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