#DA846A

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

Shades of Copper #DA846A

Tints of Copper #DA846A

Color information

#DA846A (or 0xDA846A) is unknown color: approx Copper. HEX triplet: DA, 84 and 6A. RGB value is (218,132,106). Sum of RGB (Red+Green+Blue) = 218+132+106=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA846A is #257B95. Grayscale: #9A9A9A. Windows color (decimal): -2456470 or 6980826. OLE color: 6980826.

HSL color Cylindrical-coordinate representation of color #DA846A: hue angle of 13.93º 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 #DA846A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218132106-
CMYK00.390.510.15
HSL13.93º60.22%63.53%-
HSV(B)13.93º51.38%85.49%-
XYZ39.7732.4517.8-
YUV154.75100.49173.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=47.81%
G=28.95%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813210600.390.510.1513.9360.2263.53
HexDA846A02733Fe3c40
Octal33220415204763171674100
Binary110110101000010011010100100111110011111111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA846A; }

 p { color: rgb(218,132,106); }

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

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

 a { background-color: rgb(218,132,106); }

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

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

 span { border-color: rgb(218,132,106); }

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