#DB8A61

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

Shades of Copper #DB8A61

Tints of Copper #DB8A61

Color information

#DB8A61 (or 0xDB8A61) is unknown color: approx Copper. HEX triplet: DB, 8A and 61. RGB value is (219,138,97). Sum of RGB (Red+Green+Blue) = 219+138+97=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A61 is #24759E. Grayscale: #9D9D9D. Windows color (decimal): -2389407 or 6392539. OLE color: 6392539.

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

Color convert

RGB21913897-
CMYK00.370.560.14
HSL20.16º62.89%61.96%-
HSV(B)20.16º55.71%85.88%-
XYZ40.4634.115.76-
YUV157.5493.84171.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=48.24%
G=30.40%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191389700.370.560.1420.1662.8961.96
HexDB8A6102538E143f3e
Octal3332121410457016247776
Binary110110111000101011000010100101111000111010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A61; }

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

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

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

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

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

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

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

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