#D9895D

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

Shades of Copper #D9895D

Tints of Copper #D9895D

Color information

#D9895D (or 0xD9895D) is unknown color: approx Copper. HEX triplet: D9, 89 and 5D. RGB value is (217,137,93). Sum of RGB (Red+Green+Blue) = 217+137+93=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9895D is #2676A2. Grayscale: #9C9C9C. Windows color (decimal): -2520739 or 6130137. OLE color: 6130137.

HSL color Cylindrical-coordinate representation of color #D9895D: hue angle of 21.29º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9895D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21713793-
CMYK00.370.570.15
HSL21.29º62%60.78%-
HSV(B)21.29º57.14%85.1%-
XYZ39.5433.4314.73-
YUV155.992.5171.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=48.55%
G=30.65%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171379300.370.570.1521.296260.78
HexD9895D02539F153e3d
Octal3312111350457117257675
Binary110110011000100110111010100101111001111110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9895D; }

 p { color: rgb(217,137,93); }

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

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

 a { background-color: rgb(217,137,93); }

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

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

 span { border-color: rgb(217,137,93); }

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