#DB8E61

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

Shades of Copper #DB8E61

Tints of Copper #DB8E61

Color information

#DB8E61 (or 0xDB8E61) is unknown color: approx Copper. HEX triplet: DB, 8E and 61. RGB value is (219,142,97). Sum of RGB (Red+Green+Blue) = 219+142+97=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E61 is #24719E. Grayscale: #A0A0A0. Windows color (decimal): -2388383 or 6393563. OLE color: 6393563.

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

Color convert

RGB21914297-
CMYK00.350.560.14
HSL22.13º62.89%61.96%-
HSV(B)22.13º55.71%85.88%-
XYZ41.0435.2715.95-
YUV159.8992.51170.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=47.82%
G=31.00%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191429700.350.560.1422.1362.8961.96
HexDB8E6102338E163f3e
Octal3332161410437016267776
Binary110110111000111011000010100011111000111010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E61; }

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

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

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

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

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

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

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

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