#DB8D62

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

Shades of Copper #DB8D62

Tints of Copper #DB8D62

Color information

#DB8D62 (or 0xDB8D62) is unknown color: approx Copper. HEX triplet: DB, 8D and 62. RGB value is (219,141,98). Sum of RGB (Red+Green+Blue) = 219+141+98=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D62 is #24729D. Grayscale: #9F9F9F. Windows color (decimal): -2388638 or 6458843. OLE color: 6458843.

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

Color convert

RGB21914198-
CMYK00.360.550.14
HSL21.32º62.69%62.16%-
HSV(B)21.32º55.25%85.88%-
XYZ40.9434.9916.15-
YUV159.4293.34170.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=47.82%
G=30.79%
B=21.40%

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
Decimal2191419800.360.550.1421.3262.6962.16
HexDB8D6202437E153f3e
Octal3332151420446716257776
Binary110110111000110111000100100100110111111010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D62; }

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

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

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

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

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

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

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

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