#D5876F

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

Shades of Copper #D5876F

Tints of Copper #D5876F

Color information

#D5876F (or 0xD5876F) is unknown color: approx Copper. HEX triplet: D5, 87 and 6F. RGB value is (213,135,111). Sum of RGB (Red+Green+Blue) = 213+135+111=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5876F is #2A7890. Grayscale: #9B9B9B. Windows color (decimal): -2783377 or 7309269. OLE color: 7309269.

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

Color convert

RGB213135111-
CMYK00.370.480.16
HSL14.12º54.84%63.53%-
HSV(B)14.12º47.89%83.53%-
XYZ38.9732.6219.28-
YUV155.59102.84168.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=46.41%
G=29.41%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313511100.370.480.1614.1254.8463.53
HexD5876F0253010e3740
Octal32520715704560201667100
Binary1101010110000111110111101001011100001000011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5876F; }

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

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

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

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

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

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

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

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