#DB8D72

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

Shades of Copper #DB8D72

Tints of Copper #DB8D72

Color information

#DB8D72 (or 0xDB8D72) is unknown color: approx Copper. HEX triplet: DB, 8D and 72. RGB value is (219,141,114). Sum of RGB (Red+Green+Blue) = 219+141+114=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D72 is #24728D. Grayscale: #A1A1A1. Windows color (decimal): -2388622 or 7507419. OLE color: 7507419.

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

Color convert

RGB219141114-
CMYK00.360.480.14
HSL15.43º59.32%65.29%-
HSV(B)15.43º47.95%85.88%-
XYZ41.7835.3220.54-
YUV161.24101.34169.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=46.20%
G=29.75%
B=24.05%

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
Decimal21914111400.360.480.1415.4359.3265.29
HexDB8D7202430Ef3b41
Octal33321516204460161773101
Binary110110111000110111100100100100110000111011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D72; }

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

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

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

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

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

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

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

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