#D7846B

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

Shades of Copper #D7846B

Tints of Copper #D7846B

Color information

#D7846B (or 0xD7846B) is unknown color: approx Copper. HEX triplet: D7, 84 and 6B. RGB value is (215,132,107). Sum of RGB (Red+Green+Blue) = 215+132+107=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7846B is #287B94. Grayscale: #9A9A9A. Windows color (decimal): -2653077 or 7046359. OLE color: 7046359.

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

Color convert

RGB215132107-
CMYK00.390.500.16
HSL13.89º57.45%63.14%-
HSV(B)13.89º50.23%84.31%-
XYZ38.9332.0118.04-
YUV153.97101.5171.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=47.36%
G=29.07%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513210700.390.500.1613.8957.4563.14
HexD7846B0273210e393f
Octal3272041530476220167177
Binary110101111000010011010110100111110010100001110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7846B; }

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

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

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

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

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

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

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

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