#DB8A65

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

Shades of Copper #DB8A65

Tints of Copper #DB8A65

Color information

#DB8A65 (or 0xDB8A65) is unknown color: approx Copper. HEX triplet: DB, 8A and 65. RGB value is (219,138,101). Sum of RGB (Red+Green+Blue) = 219+138+101=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A65 is #24759A. Grayscale: #9E9E9E. Windows color (decimal): -2389403 or 6654683. OLE color: 6654683.

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

Color convert

RGB219138101-
CMYK00.370.540.14
HSL18.81º62.11%62.75%-
HSV(B)18.81º53.88%85.88%-
XYZ40.6534.1816.77-
YUV15895.84171.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=47.82%
G=30.13%
B=22.05%

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
Decimal21913810100.370.540.1418.8162.1162.75
HexDB8A6502536E133e3f
Octal3332121450456616237677
Binary110110111000101011001010100101110110111010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A65; }

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

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

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

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

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

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

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

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