#D78469

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

Shades of Copper #D78469

Tints of Copper #D78469

Color information

#D78469 (or 0xD78469) is unknown color: approx Copper. HEX triplet: D7, 84 and 69. RGB value is (215,132,105). Sum of RGB (Red+Green+Blue) = 215+132+105=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D78469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78469 is #287B96. Grayscale: #999999. Windows color (decimal): -2653079 or 6915287. OLE color: 6915287.

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

Color convert

RGB215132105-
CMYK00.390.510.16
HSL14.73º57.89%62.75%-
HSV(B)14.73º51.16%84.31%-
XYZ38.8331.9717.49-
YUV153.74100.5171.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=47.57%
G=29.20%
B=23.23%

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
Decimal21513210500.390.510.1614.7357.8962.75
HexD784690273310f3a3f
Octal3272041510476320177277
Binary110101111000010011010010100111110011100001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78469; }

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

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

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

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

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

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

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

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