#DB926D

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

Shades of Copper #DB926D

Tints of Copper #DB926D

Color information

#DB926D (or 0xDB926D) is unknown color: approx Copper. HEX triplet: DB, 92 and 6D. RGB value is (219,146,109). Sum of RGB (Red+Green+Blue) = 219+146+109=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB926D is #246D92. Grayscale: #A3A3A3. Windows color (decimal): -2387347 or 7181019. OLE color: 7181019.

HSL color Cylindrical-coordinate representation of color #DB926D: hue angle of 20.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB926D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219146109-
CMYK00.330.500.14
HSL20.18º60.44%64.31%-
HSV(B)20.18º50.23%85.88%-
XYZ42.2536.7219.33-
YUV163.6197.18167.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=46.20%
G=30.80%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914610900.330.500.1420.1860.4464.31
HexDB926D02132E143c40
Octal33322215504162162474100
Binary1101101110010010110110101000011100101110101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB926D; }

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

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

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

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

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

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

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

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