#DA8068

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

Shades of Copper #DA8068

Tints of Copper #DA8068

Color information

#DA8068 (or 0xDA8068) is unknown color: approx Copper. HEX triplet: DA, 80 and 68. RGB value is (218,128,104). Sum of RGB (Red+Green+Blue) = 218+128+104=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8068 is #257F97. Grayscale: #989898. Windows color (decimal): -2457496 or 6848730. OLE color: 6848730.

HSL color Cylindrical-coordinate representation of color #DA8068: hue angle of 12.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA8068 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218128104-
CMYK00.410.520.15
HSL12.63º60.64%63.14%-
HSV(B)12.63º52.29%85.49%-
XYZ39.1331.3417.08-
YUV152.17100.82174.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=48.44%
G=28.44%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812810400.410.520.1512.6360.6463.14
HexDA806802934Fd3d3f
Octal3322001500516417157577
Binary11011010100000001101000010100111010011111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8068; }

 p { color: rgb(218,128,104); }

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

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

 a { background-color: rgb(218,128,104); }

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

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

 span { border-color: rgb(218,128,104); }

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