#D5886F

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

Shades of Copper #D5886F

Tints of Copper #D5886F

Color information

#D5886F (or 0xD5886F) is unknown color: approx Copper. HEX triplet: D5, 88 and 6F. RGB value is (213,136,111). Sum of RGB (Red+Green+Blue) = 213+136+111=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5886F is #2A7790. Grayscale: #9C9C9C. Windows color (decimal): -2783121 or 7309525. OLE color: 7309525.

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

Color convert

RGB213136111-
CMYK00.360.480.16
HSL14.71º54.84%63.53%-
HSV(B)14.71º47.89%83.53%-
XYZ39.1132.919.33-
YUV156.17102.51168.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=46.30%
G=29.57%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313611100.360.480.1614.7154.8463.53
HexD5886F0243010f3740
Octal32521015704460201767100
Binary1101010110001000110111101001001100001000011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5886F; }

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

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

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

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

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

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

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

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