#D9886E

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

Shades of Copper #D9886E

Tints of Copper #D9886E

Color information

#D9886E (or 0xD9886E) is unknown color: approx Copper. HEX triplet: D9, 88 and 6E. RGB value is (217,136,110). Sum of RGB (Red+Green+Blue) = 217+136+110=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9886E is #267791. Grayscale: #9D9D9D. Windows color (decimal): -2520978 or 7243993. OLE color: 7243993.

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

Color convert

RGB217136110-
CMYK00.370.490.15
HSL14.58º58.47%64.12%-
HSV(B)14.58º49.31%85.1%-
XYZ40.2333.4919.09-
YUV157.25101.34170.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=46.87%
G=29.37%
B=23.76%

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
Decimal21713611000.370.490.1514.5858.4764.12
HexD9886E02531Ff3a40
Octal33121015604561171772100
Binary110110011000100011011100100101110001111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9886E; }

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

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

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

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

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

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

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

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