#D5866D

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

Shades of Copper #D5866D

Tints of Copper #D5866D

Color information

#D5866D (or 0xD5866D) is unknown color: approx Copper. HEX triplet: D5, 86 and 6D. RGB value is (213,134,109). Sum of RGB (Red+Green+Blue) = 213+134+109=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5866D is #2A7992. Grayscale: #9A9A9A. Windows color (decimal): -2783635 or 7177941. OLE color: 7177941.

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

Color convert

RGB213134109-
CMYK00.370.490.16
HSL14.42º55.32%63.14%-
HSV(B)14.42º48.83%83.53%-
XYZ38.7332.318.66-
YUV154.77102.17169.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=46.71%
G=29.39%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313410900.370.490.1614.4255.3263.14
HexD5866D0253110e373f
Octal3252061550456120166777
Binary110101011000011011011010100101110001100001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5866D; }

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

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

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

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

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

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

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

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