#DB8965

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

Shades of Copper #DB8965

Tints of Copper #DB8965

Color information

#DB8965 (or 0xDB8965) is unknown color: approx Copper. HEX triplet: DB, 89 and 65. RGB value is (219,137,101). Sum of RGB (Red+Green+Blue) = 219+137+101=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8965 is #24769A. Grayscale: #9D9D9D. Windows color (decimal): -2389659 or 6654427. OLE color: 6654427.

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

Color convert

RGB219137101-
CMYK00.370.540.14
HSL18.31º62.11%62.75%-
HSV(B)18.31º53.88%85.88%-
XYZ40.5133.8916.72-
YUV157.4196.17171.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=47.92%
G=29.98%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913710100.370.540.1418.3162.1162.75
HexDB896502536E123e3f
Octal3332111450456616227677
Binary110110111000100111001010100101110110111010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8965; }

 p { color: rgb(219,137,101); }

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

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

 a { background-color: rgb(219,137,101); }

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

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

 span { border-color: rgb(219,137,101); }

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