#DB8E67

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

Shades of Copper #DB8E67

Tints of Copper #DB8E67

Color information

#DB8E67 (or 0xDB8E67) is unknown color: approx Copper. HEX triplet: DB, 8E and 67. RGB value is (219,142,103). Sum of RGB (Red+Green+Blue) = 219+142+103=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E67 is #247198. Grayscale: #A0A0A0. Windows color (decimal): -2388377 or 6786779. OLE color: 6786779.

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

Color convert

RGB219142103-
CMYK00.350.530.14
HSL20.17º61.7%63.14%-
HSV(B)20.17º52.97%85.88%-
XYZ41.3335.3917.48-
YUV160.5895.51169.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=47.20%
G=30.60%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914210300.350.530.1420.1761.763.14
HexDB8E6702335E143e3f
Octal3332161470436516247677
Binary110110111000111011001110100011110101111010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E67; }

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

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

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

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

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

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

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

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