#D4866D

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

Shades of Copper #D4866D

Tints of Copper #D4866D

Color information

#D4866D (or 0xD4866D) is unknown color: approx Copper. HEX triplet: D4, 86 and 6D. RGB value is (212,134,109). Sum of RGB (Red+Green+Blue) = 212+134+109=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4866D is #2B7992. Grayscale: #9A9A9A. Windows color (decimal): -2849171 or 7177940. OLE color: 7177940.

HSL color Cylindrical-coordinate representation of color #D4866D: hue angle of 14.56º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4866D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212134109-
CMYK00.370.490.17
HSL14.56º54.5%62.94%-
HSV(B)14.56º48.58%83.14%-
XYZ38.4432.1518.65-
YUV154.47102.34169.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=46.59%
G=29.45%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213410900.370.490.1714.5654.562.94
HexD4866D0253111f363f
Octal3242061550456121176677
Binary110101001000011011011010100101110001100011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4866D; }

 p { color: rgb(212,134,109); }

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

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

 a { background-color: rgb(212,134,109); }

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

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

 span { border-color: rgb(212,134,109); }

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