#db916f

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

Shades of Copper #DB916F

Tints of Copper #DB916F

Color information

#DB916F (or 0xDB916F) is unknown color: approx Copper. HEX triplet: DB, 91 and 6F. RGB value is (219,145,111). Sum of RGB (Red+Green+Blue) = 219+145+111=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB916F is #246E90. Grayscale: #A3A3A3. Windows color (decimal): -2387601 or 7311835. OLE color: 7311835.

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

Color convert

RGB219145111-
CMYK00.340.490.14
HSL18.89º60%64.71%-
HSV(B)18.89º49.32%85.88%-
XYZ42.2136.4619.85-
YUV163.2598.52167.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=46.11%
G=30.53%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914511100.340.490.1418.896064.71
HexDB916F02231E133c41
Octal33322115704261162374101
Binary1101101110010001110111101000101100011110100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db916f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db916f; }

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

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

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

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

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

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

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

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