#DB8E6C

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

Shades of Copper #DB8E6C

Tints of Copper #DB8E6C

Color information

#DB8E6C (or 0xDB8E6C) is unknown color: approx Copper. HEX triplet: DB, 8E and 6C. RGB value is (219,142,108). Sum of RGB (Red+Green+Blue) = 219+142+108=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E6C is #247193. Grayscale: #A1A1A1. Windows color (decimal): -2388372 or 7114459. OLE color: 7114459.

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

Color convert

RGB219142108-
CMYK00.350.510.14
HSL18.38º60.66%64.12%-
HSV(B)18.38º50.68%85.88%-
XYZ41.5935.4918.85-
YUV161.1598.01169.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=46.70%
G=30.28%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914210800.350.510.1418.3860.6664.12
HexDB8E6C02333E123d40
Octal33321615404363162275100
Binary1101101110001110110110001000111100111110100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E6C; }

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

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

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

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

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

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

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

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