#DA916D

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

Shades of Copper #DA916D

Tints of Copper #DA916D

Color information

#DA916D (or 0xDA916D) is unknown color: approx Copper. HEX triplet: DA, 91 and 6D. RGB value is (218,145,109). Sum of RGB (Red+Green+Blue) = 218+145+109=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA916D is #256E92. Grayscale: #A2A2A2. Windows color (decimal): -2453139 or 7180762. OLE color: 7180762.

HSL color Cylindrical-coordinate representation of color #DA916D: hue angle of 19.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA916D is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218145109-
CMYK00.330.50.15
HSL19.82º59.56%64.12%-
HSV(B)19.82º50%85.49%-
XYZ41.836.2619.26-
YUV162.7297.68167.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=46.19%
G=30.72%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814510900.330.50.1519.8259.5664.12
HexDA916D02132F143c40
Octal33222115504162172474100
Binary1101101010010001110110101000011100101111101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA916D; }

 p { color: rgb(218,145,109); }

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

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

 a { background-color: rgb(218,145,109); }

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

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

 span { border-color: rgb(218,145,109); }

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