#db8a6f

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

Shades of Copper #DB8A6F

Tints of Copper #DB8A6F

Color information

#DB8A6F (or 0xDB8A6F) is unknown color: approx Copper. HEX triplet: DB, 8A and 6F. RGB value is (219,138,111). Sum of RGB (Red+Green+Blue) = 219+138+111=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A6F is #247590. Grayscale: #9F9F9F. Windows color (decimal): -2389393 or 7310043. OLE color: 7310043.

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

Color convert

RGB219138111-
CMYK00.370.490.14
HSL15º60%64.71%-
HSV(B)15º49.32%85.88%-
XYZ41.1734.3819.51-
YUV159.14100.84170.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=46.79%
G=29.49%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913811100.370.490.14156064.71
HexDB8A6F02531Ef3c41
Octal33321215704561161774101
Binary110110111000101011011110100101110001111011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8a6f; }

 p { color: rgb(219,138,111); }

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

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

 a { background-color: rgb(219,138,111); }

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

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

 span { border-color: rgb(219,138,111); }

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