#DB8D61

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

Shades of Copper #DB8D61

Tints of Copper #DB8D61

Color information

#DB8D61 (or 0xDB8D61) is unknown color: approx Copper. HEX triplet: DB, 8D and 61. RGB value is (219,141,97). Sum of RGB (Red+Green+Blue) = 219+141+97=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D61 is #24729E. Grayscale: #9F9F9F. Windows color (decimal): -2388639 or 6393307. OLE color: 6393307.

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

Color convert

RGB21914197-
CMYK00.360.560.14
HSL21.64º62.89%61.96%-
HSV(B)21.64º55.71%85.88%-
XYZ40.934.9715.9-
YUV159.3192.84170.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=47.92%
G=30.85%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191419700.360.560.1421.6462.8961.96
HexDB8D6102438E163f3e
Octal3332151410447016267776
Binary110110111000110111000010100100111000111010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D61; }

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

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

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

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

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

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

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

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