#d7886e

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

Shades of Copper #D7886E

Tints of Copper #D7886E

Color information

#D7886E (or 0xD7886E) is unknown color: approx Copper. HEX triplet: D7, 88 and 6E. RGB value is (215,136,110). Sum of RGB (Red+Green+Blue) = 215+136+110=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7886E is #287791. Grayscale: #9C9C9C. Windows color (decimal): -2652050 or 7243991. OLE color: 7243991.

HSL color Cylindrical-coordinate representation of color #D7886E: hue angle of 14.86º 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 #D7886E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215136110-
CMYK00.370.490.16
HSL14.86º56.76%63.73%-
HSV(B)14.86º48.84%84.31%-
XYZ39.6433.1819.07-
YUV156.66101.67169.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=46.64%
G=29.50%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513611000.370.490.1614.8656.7663.73
HexD7886E0253110f3940
Octal32721015604561201771100
Binary1101011110001000110111001001011100011000011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7886e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7886e; }

 p { color: rgb(215,136,110); }

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

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

 a { background-color: rgb(215,136,110); }

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

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

 span { border-color: rgb(215,136,110); }

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