#DA8869

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

Shades of Copper #DA8869

Tints of Copper #DA8869

Color information

#DA8869 (or 0xDA8869) is unknown color: approx Copper. HEX triplet: DA, 88 and 69. RGB value is (218,136,105). Sum of RGB (Red+Green+Blue) = 218+136+105=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8869 is #257796. Grayscale: #9D9D9D. Windows color (decimal): -2455447 or 6916314. OLE color: 6916314.

HSL color Cylindrical-coordinate representation of color #DA8869: hue angle of 16.46º degrees, saturation: 0.6, 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 #DA8869 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218136105-
CMYK00.380.520.15
HSL16.46º60.43%63.33%-
HSV(B)16.46º51.83%85.49%-
XYZ40.2733.5317.71-
YUV156.9898.67171.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=47.49%
G=29.63%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813610500.380.520.1516.4660.4363.33
HexDA886902634F103c3f
Octal3322101510466417207477
Binary110110101000100011010010100110110100111110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8869; }

 p { color: rgb(218,136,105); }

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

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

 a { background-color: rgb(218,136,105); }

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

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

 span { border-color: rgb(218,136,105); }

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