#DA8067

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

Shades of Copper #DA8067

Tints of Copper #DA8067

Color information

#DA8067 (or 0xDA8067) is unknown color: approx Copper. HEX triplet: DA, 80 and 67. RGB value is (218,128,103). Sum of RGB (Red+Green+Blue) = 218+128+103=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8067 is #257F98. Grayscale: #989898. Windows color (decimal): -2457497 or 6783194. OLE color: 6783194.

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

Color convert

RGB218128103-
CMYK00.410.530.15
HSL13.04º60.85%62.94%-
HSV(B)13.04º52.75%85.49%-
XYZ39.0831.3216.82-
YUV152.06100.32175.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=48.55%
G=28.51%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812810300.410.530.1513.0460.8562.94
HexDA806702935Fd3d3f
Octal3322001470516517157577
Binary11011010100000001100111010100111010111111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8067; }

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

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

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

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

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

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

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

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