#D9896E

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

Shades of Copper #D9896E

Tints of Copper #D9896E

Color information

#D9896E (or 0xD9896E) is unknown color: approx Copper. HEX triplet: D9, 89 and 6E. RGB value is (217,137,110). Sum of RGB (Red+Green+Blue) = 217+137+110=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9896E is #267691. Grayscale: #9E9E9E. Windows color (decimal): -2520722 or 7244249. OLE color: 7244249.

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

Color convert

RGB217137110-
CMYK00.370.490.15
HSL15.14º58.47%64.12%-
HSV(B)15.14º49.31%85.1%-
XYZ40.3833.7719.14-
YUV157.84101170.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=46.77%
G=29.53%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713711000.370.490.1515.1458.4764.12
HexD9896E02531Ff3a40
Octal33121115604561171772100
Binary110110011000100111011100100101110001111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9896E; }

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

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

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

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

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

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

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

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