#DB8B62

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

Shades of Copper #DB8B62

Tints of Copper #DB8B62

Color information

#DB8B62 (or 0xDB8B62) is unknown color: approx Copper. HEX triplet: DB, 8B and 62. RGB value is (219,139,98). Sum of RGB (Red+Green+Blue) = 219+139+98=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B62 is #24749D. Grayscale: #9E9E9E. Windows color (decimal): -2389150 or 6458331. OLE color: 6458331.

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

Color convert

RGB21913998-
CMYK00.370.550.14
HSL20.33º62.69%62.16%-
HSV(B)20.33º55.25%85.88%-
XYZ40.6534.4116.05-
YUV158.2594171.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.03%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=48.03%
G=30.48%
B=21.49%

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
Decimal2191399800.370.550.1420.3362.6962.16
HexDB8B6202537E143f3e
Octal3332131420456716247776
Binary110110111000101111000100100101110111111010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B62; }

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

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

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

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

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

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

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

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