#D3886E

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

Shades of Copper #D3886E

Tints of Copper #D3886E

Color information

#D3886E (or 0xD3886E) is unknown color: approx Copper. HEX triplet: D3, 88 and 6E. RGB value is (211,136,110). Sum of RGB (Red+Green+Blue) = 211+136+110=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3886E is #2C7791. Grayscale: #9B9B9B. Windows color (decimal): -2914194 or 7243987. OLE color: 7243987.

HSL color Cylindrical-coordinate representation of color #D3886E: hue angle of 15.45º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3886E is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211136110-
CMYK00.360.480.17
HSL15.45º53.44%62.94%-
HSV(B)15.45º47.87%82.75%-
XYZ38.4832.5819.01-
YUV155.46102.35167.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=46.17%
G=29.76%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113611000.360.480.1715.4553.4462.94
HexD3886E0243011f353f
Octal3232101560446021176577
Binary110100111000100011011100100100110000100011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3886E; }

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

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

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

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

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

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

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

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