#D5866A

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

Shades of Copper #D5866A

Tints of Copper #D5866A

Color information

#D5866A (or 0xD5866A) is unknown color: approx Copper. HEX triplet: D5, 86 and 6A. RGB value is (213,134,106). Sum of RGB (Red+Green+Blue) = 213+134+106=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5866A is #2A7995. Grayscale: #9A9A9A. Windows color (decimal): -2783638 or 6981333. OLE color: 6981333.

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

Color convert

RGB213134106-
CMYK00.370.500.16
HSL15.7º56.02%62.55%-
HSV(B)15.7º50.23%83.53%-
XYZ38.5732.2417.83-
YUV154.43100.67169.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=47.02%
G=29.58%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313410600.370.500.1615.756.0262.55
HexD5866A025321010383f
Octal3252061520456220207077
Binary1101010110000110110101001001011100101000010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5866A; }

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

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

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

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

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

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

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

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