#DB9167

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

Shades of Copper #DB9167

Tints of Copper #DB9167

Color information

#DB9167 (or 0xDB9167) is unknown color: approx Copper. HEX triplet: DB, 91 and 67. RGB value is (219,145,103). Sum of RGB (Red+Green+Blue) = 219+145+103=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9167 is #246E98. Grayscale: #A2A2A2. Windows color (decimal): -2387609 or 6787547. OLE color: 6787547.

HSL color Cylindrical-coordinate representation of color #DB9167: hue angle of 21.72º 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 #DB9167 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219145103-
CMYK00.340.530.14
HSL21.72º61.7%63.14%-
HSV(B)21.72º52.97%85.88%-
XYZ41.7936.2917.63-
YUV162.3494.52168.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=46.90%
G=31.05%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914510300.340.530.1421.7261.763.14
HexDB916702235E163e3f
Octal3332211470426516267677
Binary110110111001000111001110100010110101111010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9167; }

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

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

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

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

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

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

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

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