#DB8C62

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

Shades of Copper #DB8C62

Tints of Copper #DB8C62

Color information

#DB8C62 (or 0xDB8C62) is unknown color: approx Copper. HEX triplet: DB, 8C and 62. RGB value is (219,140,98). Sum of RGB (Red+Green+Blue) = 219+140+98=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C62 is #24739D. Grayscale: #9F9F9F. Windows color (decimal): -2388894 or 6458587. OLE color: 6458587.

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

Color convert

RGB21914098-
CMYK00.360.550.14
HSL20.83º62.69%62.16%-
HSV(B)20.83º55.25%85.88%-
XYZ40.834.716.1-
YUV158.8393.67170.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=47.92%
G=30.63%
B=21.44%

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
Decimal2191409800.360.550.1420.8362.6962.16
HexDB8C6202437E153f3e
Octal3332141420446716257776
Binary110110111000110011000100100100110111111010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8C62; }

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

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

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

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

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

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

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

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