#DB8A63

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

Shades of Copper #DB8A63

Tints of Copper #DB8A63

Color information

#DB8A63 (or 0xDB8A63) is unknown color: approx Copper. HEX triplet: DB, 8A and 63. RGB value is (219,138,99). Sum of RGB (Red+Green+Blue) = 219+138+99=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A63 is #24759C. Grayscale: #9E9E9E. Windows color (decimal): -2389405 or 6523611. OLE color: 6523611.

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

Color convert

RGB21913899-
CMYK00.370.550.14
HSL19.5º62.5%62.35%-
HSV(B)19.5º54.79%85.88%-
XYZ40.5534.1416.26-
YUV157.7794.84171.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.03%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=48.03%
G=30.26%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191389900.370.550.1419.562.562.35
HexDB8A6302537E143e3e
Octal3332121430456716247676
Binary110110111000101011000110100101110111111010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A63; }

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

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

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

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

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

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

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

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