#D5886D

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

Shades of Copper #D5886D

Tints of Copper #D5886D

Color information

#D5886D (or 0xD5886D) is unknown color: approx Copper. HEX triplet: D5, 88 and 6D. RGB value is (213,136,109). Sum of RGB (Red+Green+Blue) = 213+136+109=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5886D is #2A7792. Grayscale: #9C9C9C. Windows color (decimal): -2783123 or 7178453. OLE color: 7178453.

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

Color convert

RGB213136109-
CMYK00.360.490.16
HSL15.58º55.32%63.14%-
HSV(B)15.58º48.83%83.53%-
XYZ39.0132.8618.75-
YUV155.94101.51168.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=46.51%
G=29.69%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313610900.360.490.1615.5855.3263.14
HexD5886D024311010373f
Octal3252101550446120206777
Binary1101010110001000110110101001001100011000010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5886D; }

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

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

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

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

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

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

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

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