#D78C66

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

Shades of Copper #D78C66

Tints of Copper #D78C66

Color information

#D78C66 (or 0xD78C66) is unknown color: approx Copper. HEX triplet: D7, 8C and 66. RGB value is (215,140,102). Sum of RGB (Red+Green+Blue) = 215+140+102=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C66 is #287399. Grayscale: #9E9E9E. Windows color (decimal): -2651034 or 6720727. OLE color: 6720727.

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

Color convert

RGB215140102-
CMYK00.350.530.16
HSL20.18º58.55%62.16%-
HSV(B)20.18º52.56%84.31%-
XYZ39.834.1617.07-
YUV158.0996.35168.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=47.05%
G=30.63%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514010200.350.530.1620.1858.5562.16
HexD78C660233510143b3e
Octal3272141460436520247376
Binary1101011110001100110011001000111101011000010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C66; }

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

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

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

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

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

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

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

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