#DB9369

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

Shades of Copper #DB9369

Tints of Copper #DB9369

Color information

#DB9369 (or 0xDB9369) is unknown color: approx Copper. HEX triplet: DB, 93 and 69. RGB value is (219,147,105). Sum of RGB (Red+Green+Blue) = 219+147+105=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9369 is #246C96. Grayscale: #A3A3A3. Windows color (decimal): -2387095 or 6919131. OLE color: 6919131.

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

Color convert

RGB219147105-
CMYK00.330.520.14
HSL22.11º61.29%63.53%-
HSV(B)22.11º52.05%85.88%-
XYZ42.236.9518.27-
YUV163.7494.85167.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=46.50%
G=31.21%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914710500.330.520.1422.1161.2963.53
HexDB936902134E163d40
Octal33322315104164162675100
Binary1101101110010011110100101000011101001110101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9369; }

 p { color: rgb(219,147,105); }

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

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

 a { background-color: rgb(219,147,105); }

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

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

 span { border-color: rgb(219,147,105); }

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