#D5896D

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

Shades of Copper #D5896D

Tints of Copper #D5896D

Color information

#D5896D (or 0xD5896D) is unknown color: approx Copper. HEX triplet: D5, 89 and 6D. RGB value is (213,137,109). Sum of RGB (Red+Green+Blue) = 213+137+109=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5896D is #2A7692. Grayscale: #9C9C9C. Windows color (decimal): -2782867 or 7178709. OLE color: 7178709.

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

Color convert

RGB213137109-
CMYK00.360.490.16
HSL16.15º55.32%63.14%-
HSV(B)16.15º48.83%83.53%-
XYZ39.1533.1418.8-
YUV156.53101.18168.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=46.41%
G=29.85%
B=23.75%

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
Decimal21313710900.360.490.1616.1555.3263.14
HexD5896D024311010373f
Octal3252111550446120206777
Binary1101010110001001110110101001001100011000010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5896D; }

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

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

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

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

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

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

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

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