#DB8F62

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

Shades of Copper #DB8F62

Tints of Copper #DB8F62

Color information

#DB8F62 (or 0xDB8F62) is unknown color: approx Copper. HEX triplet: DB, 8F and 62. RGB value is (219,143,98). Sum of RGB (Red+Green+Blue) = 219+143+98=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F62 is #24709D. Grayscale: #A0A0A0. Windows color (decimal): -2388126 or 6459355. OLE color: 6459355.

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

Color convert

RGB21914398-
CMYK00.350.550.14
HSL22.31º62.69%62.16%-
HSV(B)22.31º55.25%85.88%-
XYZ41.2435.5916.25-
YUV160.5992.68169.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=47.61%
G=31.09%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191439800.350.550.1422.3162.6962.16
HexDB8F6202337E163f3e
Octal3332171420436716267776
Binary110110111000111111000100100011110111111010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8F62; }

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

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

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

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

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

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

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

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