#D7846A

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

Shades of Copper #D7846A

Tints of Copper #D7846A

Color information

#D7846A (or 0xD7846A) is unknown color: approx Copper. HEX triplet: D7, 84 and 6A. RGB value is (215,132,106). Sum of RGB (Red+Green+Blue) = 215+132+106=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7846A is #287B95. Grayscale: #9A9A9A. Windows color (decimal): -2653078 or 6980823. OLE color: 6980823.

HSL color Cylindrical-coordinate representation of color #D7846A: hue angle of 14.31º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7846A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB215132106-
CMYK00.390.510.16
HSL14.31º57.67%62.94%-
HSV(B)14.31º50.7%84.31%-
XYZ38.8831.9917.76-
YUV153.85101171.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=47.46%
G=29.14%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513210600.390.510.1614.3157.6762.94
HexD7846A0273310e3a3f
Octal3272041520476320167277
Binary110101111000010011010100100111110011100001110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7846A; }

 p { color: rgb(215,132,106); }

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

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

 a { background-color: rgb(215,132,106); }

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

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

 span { border-color: rgb(215,132,106); }

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