#DB8E65

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

Shades of Copper #DB8E65

Tints of Copper #DB8E65

Color information

#DB8E65 (or 0xDB8E65) is unknown color: approx Copper. HEX triplet: DB, 8E and 65. RGB value is (219,142,101). Sum of RGB (Red+Green+Blue) = 219+142+101=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E65 is #24719A. Grayscale: #A0A0A0. Windows color (decimal): -2388379 or 6655707. OLE color: 6655707.

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

Color convert

RGB219142101-
CMYK00.350.540.14
HSL20.85º62.11%62.75%-
HSV(B)20.85º53.88%85.88%-
XYZ41.2435.3516.96-
YUV160.3594.51169.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=47.40%
G=30.74%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914210100.350.540.1420.8562.1162.75
HexDB8E6502336E153e3f
Octal3332161450436616257677
Binary110110111000111011001010100011110110111010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E65; }

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

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

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

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

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

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

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

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