#DB8F64

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

Shades of Copper #DB8F64

Tints of Copper #DB8F64

Color information

#DB8F64 (or 0xDB8F64) is unknown color: approx Copper. HEX triplet: DB, 8F and 64. RGB value is (219,143,100). Sum of RGB (Red+Green+Blue) = 219+143+100=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F64 is #24709B. Grayscale: #A1A1A1. Windows color (decimal): -2388124 or 6590427. OLE color: 6590427.

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

Color convert

RGB219143100-
CMYK00.350.540.14
HSL21.68º62.3%62.55%-
HSV(B)21.68º54.34%85.88%-
XYZ41.3435.6316.75-
YUV160.8293.68169.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 100 (39.45% from 255) = 21.65%
R=47.40%
G=30.95%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914310000.350.540.1421.6862.362.55
HexDB8F6402336E163e3f
Octal3332171440436616267677
Binary110110111000111111001000100011110110111010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8F64; }

 p { color: rgb(219,143,100); }

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

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

 a { background-color: rgb(219,143,100); }

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

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

 span { border-color: rgb(219,143,100); }

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