#DA946B

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

Shades of Copper #DA946B

Tints of Copper #DA946B

Color information

#DA946B (or 0xDA946B) is unknown color: approx Copper. HEX triplet: DA, 94 and 6B. RGB value is (218,148,107). Sum of RGB (Red+Green+Blue) = 218+148+107=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946B is #256B94. Grayscale: #A4A4A4. Windows color (decimal): -2452373 or 7050458. OLE color: 7050458.

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

Color convert

RGB218148107-
CMYK00.320.510.15
HSL22.16º60%63.73%-
HSV(B)22.16º50.92%85.49%-
XYZ42.1637.1518.86-
YUV164.2695.69166.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=46.09%
G=31.29%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814810700.320.510.1522.166063.73
HexDA946B02033F163c40
Octal33222415304063172674100
Binary1101101010010100110101101000001100111111101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA946B; }

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

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

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

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

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

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

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

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