#DA916E

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

Shades of Copper #DA916E

Tints of Copper #DA916E

Color information

#DA916E (or 0xDA916E) is unknown color: approx Copper. HEX triplet: DA, 91 and 6E. RGB value is (218,145,110). Sum of RGB (Red+Green+Blue) = 218+145+110=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA916E is #256E91. Grayscale: #A3A3A3. Windows color (decimal): -2453138 or 7246298. OLE color: 7246298.

HSL color Cylindrical-coordinate representation of color #DA916E: hue angle of 19.44º degrees, saturation: 0.59, 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 #DA916E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218145110-
CMYK00.330.500.15
HSL19.44º59.34%64.31%-
HSV(B)19.44º49.54%85.49%-
XYZ41.8536.2819.55-
YUV162.8498.18167.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=46.09%
G=30.66%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814511000.330.500.1519.4459.3464.31
HexDA916E02132F133b40
Octal33222115604162172373100
Binary1101101010010001110111001000011100101111100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA916E; }

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

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

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

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

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

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

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

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