#DB8B61

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

Shades of Copper #DB8B61

Tints of Copper #DB8B61

Color information

#DB8B61 (or 0xDB8B61) is unknown color: approx Copper. HEX triplet: DB, 8B and 61. RGB value is (219,139,97). Sum of RGB (Red+Green+Blue) = 219+139+97=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B61 is #24749E. Grayscale: #9E9E9E. Windows color (decimal): -2389151 or 6392795. OLE color: 6392795.

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

Color convert

RGB21913997-
CMYK00.370.560.14
HSL20.66º62.89%61.96%-
HSV(B)20.66º55.71%85.88%-
XYZ40.634.3915.81-
YUV158.1393.5171.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.13%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=48.13%
G=30.55%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191399700.370.560.1420.6662.8961.96
HexDB8B6102538E153f3e
Octal3332131410457016257776
Binary110110111000101111000010100101111000111010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B61; }

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

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

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

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

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

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

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

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