#DB8E71

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

Shades of Copper #DB8E71

Tints of Copper #DB8E71

Color information

#DB8E71 (or 0xDB8E71) is unknown color: approx Copper. HEX triplet: DB, 8E and 71. RGB value is (219,142,113). Sum of RGB (Red+Green+Blue) = 219+142+113=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E71 is #24718E. Grayscale: #A1A1A1. Windows color (decimal): -2388367 or 7442139. OLE color: 7442139.

HSL color Cylindrical-coordinate representation of color #DB8E71: hue angle of 16.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8E71 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB219142113-
CMYK00.350.480.14
HSL16.42º59.55%65.1%-
HSV(B)16.42º48.4%85.88%-
XYZ41.8735.620.29-
YUV161.72100.51168.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=46.20%
G=29.96%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914211300.350.480.1416.4259.5565.1
HexDB8E7102330E103c41
Octal33321616104360162074101
Binary1101101110001110111000101000111100001110100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E71; }

 p { color: rgb(219,142,113); }

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

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

 a { background-color: rgb(219,142,113); }

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

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

 span { border-color: rgb(219,142,113); }

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