#D1896E

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

Shades of Copper #D1896E

Tints of Copper #D1896E

Color information

#D1896E (or 0xD1896E) is unknown color: approx Copper. HEX triplet: D1, 89 and 6E. RGB value is (209,137,110). Sum of RGB (Red+Green+Blue) = 209+137+110=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1896E is #2E7691. Grayscale: #9B9B9B. Windows color (decimal): -3045010 or 7244241. OLE color: 7244241.

HSL color Cylindrical-coordinate representation of color #D1896E: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1896E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB209137110-
CMYK00.340.470.18
HSL16.36º51.83%62.55%-
HSV(B)16.36º47.37%81.96%-
XYZ38.0532.5719.03-
YUV155.45102.35166.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=45.83%
G=30.04%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913711000.340.470.1816.3651.8362.55
HexD1896E0222F1210343f
Octal3212111560425722206477
Binary1101000110001001110111001000101011111001010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1896E; }

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

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

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

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

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

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

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

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