#DB8C63

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

Shades of Copper #DB8C63

Tints of Copper #DB8C63

Color information

#DB8C63 (or 0xDB8C63) is unknown color: approx Copper. HEX triplet: DB, 8C and 63. RGB value is (219,140,99). Sum of RGB (Red+Green+Blue) = 219+140+99=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C63 is #24739C. Grayscale: #9F9F9F. Windows color (decimal): -2388893 or 6524123. OLE color: 6524123.

HSL color Cylindrical-coordinate representation of color #DB8C63: hue angle of 20.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 #DB8C63 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB21914099-
CMYK00.360.550.14
HSL20.5º62.5%62.35%-
HSV(B)20.5º54.79%85.88%-
XYZ40.8434.7216.35-
YUV158.9594.17170.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=47.82%
G=30.57%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191409900.360.550.1420.562.562.35
HexDB8C6302437E153e3e
Octal3332141430446716257676
Binary110110111000110011000110100100110111111010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8C63; }

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

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

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

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

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

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

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

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