#DB926C

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

Shades of Copper #DB926C

Tints of Copper #DB926C

Color information

#DB926C (or 0xDB926C) is unknown color: approx Copper. HEX triplet: DB, 92 and 6C. RGB value is (219,146,108). Sum of RGB (Red+Green+Blue) = 219+146+108=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB926C is #246D93. Grayscale: #A3A3A3. Windows color (decimal): -2387348 or 7115483. OLE color: 7115483.

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

Color convert

RGB219146108-
CMYK00.330.510.14
HSL20.54º60.66%64.12%-
HSV(B)20.54º50.68%85.88%-
XYZ42.236.719.05-
YUV163.596.68167.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=46.30%
G=30.87%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914610800.330.510.1420.5460.6664.12
HexDB926C02133E153d40
Octal33322215404163162575100
Binary1101101110010010110110001000011100111110101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB926C; }

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

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

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

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

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

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

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

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