#DB8261

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

Shades of Copper #DB8261

Tints of Copper #DB8261

Color information

#DB8261 (or 0xDB8261) is unknown color: approx Copper. HEX triplet: DB, 82 and 61. RGB value is (219,130,97). Sum of RGB (Red+Green+Blue) = 219+130+97=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8261 is #247D9E. Grayscale: #999999. Windows color (decimal): -2391455 or 6390491. OLE color: 6390491.

HSL color Cylindrical-coordinate representation of color #DB8261: hue angle of 16.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB8261 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB21913097-
CMYK00.410.560.14
HSL16.23º62.89%61.96%-
HSV(B)16.23º55.71%85.88%-
XYZ39.3531.8915.39-
YUV152.8596.49175.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.10%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=49.10%
G=29.15%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191309700.410.560.1416.2362.8961.96
HexDB826102938E103f3e
Octal3332021410517016207776
Binary110110111000001011000010101001111000111010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8261; }

 p { color: rgb(219,130,97); }

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

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

 a { background-color: rgb(219,130,97); }

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

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

 span { border-color: rgb(219,130,97); }

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