#DA946C

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

Shades of Copper #DA946C

Tints of Copper #DA946C

Color information

#DA946C (or 0xDA946C) is unknown color: approx Copper. HEX triplet: DA, 94 and 6C. RGB value is (218,148,108). Sum of RGB (Red+Green+Blue) = 218+148+108=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946C is #256B93. Grayscale: #A4A4A4. Windows color (decimal): -2452372 or 7115994. OLE color: 7115994.

HSL color Cylindrical-coordinate representation of color #DA946C: hue angle of 21.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 #DA946C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218148108-
CMYK00.320.500.15
HSL21.82º59.78%63.92%-
HSV(B)21.82º50.46%85.49%-
XYZ42.2137.1719.14-
YUV164.3796.19166.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=45.99%
G=31.22%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814810800.320.500.1521.8259.7863.92
HexDA946C02032F163c40
Octal33222415404062172674100
Binary1101101010010100110110001000001100101111101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA946C; }

 p { color: rgb(218,148,108); }

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

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

 a { background-color: rgb(218,148,108); }

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

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

 span { border-color: rgb(218,148,108); }

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