#D18A6D

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

Shades of Copper #D18A6D

Tints of Copper #D18A6D

Color information

#D18A6D (or 0xD18A6D) is unknown color: approx Copper. HEX triplet: D1, 8A and 6D. RGB value is (209,138,109). Sum of RGB (Red+Green+Blue) = 209+138+109=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A6D is #2E7592. Grayscale: #9C9C9C. Windows color (decimal): -3044755 or 7178961. OLE color: 7178961.

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

Color convert

RGB209138109-
CMYK00.340.480.18
HSL17.4º52.08%62.35%-
HSV(B)17.4º47.85%81.96%-
XYZ38.1432.8418.8-
YUV155.92101.52165.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=45.83%
G=30.26%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913810900.340.480.1817.452.0862.35
HexD18A6D022301211343e
Octal3212121550426022216476
Binary1101000110001010110110101000101100001001010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A6D; }

 p { color: rgb(209,138,109); }

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

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

 a { background-color: rgb(209,138,109); }

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

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

 span { border-color: rgb(209,138,109); }

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