#DB8C72

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

Shades of Copper #DB8C72

Tints of Copper #DB8C72

Color information

#DB8C72 (or 0xDB8C72) is unknown color: approx Copper. HEX triplet: DB, 8C and 72. RGB value is (219,140,114). Sum of RGB (Red+Green+Blue) = 219+140+114=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C72 is #24738D. Grayscale: #A0A0A0. Windows color (decimal): -2388878 or 7507163. OLE color: 7507163.

HSL color Cylindrical-coordinate representation of color #DB8C72: hue angle of 14.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8C72 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB219140114-
CMYK00.360.480.14
HSL14.86º59.32%65.29%-
HSV(B)14.86º47.95%85.88%-
XYZ41.6335.0320.49-
YUV160.66101.67169.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=46.30%
G=29.60%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914011400.360.480.1414.8659.3265.29
HexDB8C7202430Ef3b41
Octal33321416204460161773101
Binary110110111000110011100100100100110000111011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8C72; }

 p { color: rgb(219,140,114); }

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

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

 a { background-color: rgb(219,140,114); }

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

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

 span { border-color: rgb(219,140,114); }

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