#D78466

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

Shades of Copper #D78466

Tints of Copper #D78466

Color information

#D78466 (or 0xD78466) is unknown color: approx Copper. HEX triplet: D7, 84 and 66. RGB value is (215,132,102). Sum of RGB (Red+Green+Blue) = 215+132+102=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D78466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78466 is #287B99. Grayscale: #999999. Windows color (decimal): -2653082 or 6718679. OLE color: 6718679.

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

Color convert

RGB215132102-
CMYK00.390.530.16
HSL15.93º58.55%62.16%-
HSV(B)15.93º52.56%84.31%-
XYZ38.6731.9116.69-
YUV153.499171.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=47.88%
G=29.40%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513210200.390.530.1615.9358.5562.16
HexD784660273510103b3e
Octal3272041460476520207376
Binary1101011110000100110011001001111101011000010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78466; }

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

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

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

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

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

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

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

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