#DA856A

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

Shades of Copper #DA856A

Tints of Copper #DA856A

Color information

#DA856A (or 0xDA856A) is unknown color: approx Copper. HEX triplet: DA, 85 and 6A. RGB value is (218,133,106). Sum of RGB (Red+Green+Blue) = 218+133+106=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA856A is #257A95. Grayscale: #9B9B9B. Windows color (decimal): -2456214 or 6981082. OLE color: 6981082.

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

Color convert

RGB218133106-
CMYK00.390.510.15
HSL14.46º60.22%63.53%-
HSV(B)14.46º51.38%85.49%-
XYZ39.932.7217.85-
YUV155.34100.16172.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=47.70%
G=29.10%
B=23.19%

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
Decimal21813310600.390.510.1514.4660.2263.53
HexDA856A02733Fe3c40
Octal33220515204763171674100
Binary110110101000010111010100100111110011111111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA856A; }

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

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

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

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

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

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

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

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