#DA8661

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

Shades of Copper #DA8661

Tints of Copper #DA8661

Color information

#DA8661 (or 0xDA8661) is unknown color: approx Copper. HEX triplet: DA, 86 and 61. RGB value is (218,134,97). Sum of RGB (Red+Green+Blue) = 218+134+97=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8661 is #25799E. Grayscale: #9B9B9B. Windows color (decimal): -2455967 or 6391514. OLE color: 6391514.

HSL color Cylindrical-coordinate representation of color #DA8661: hue angle of 18.35º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8661 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21813497-
CMYK00.390.560.15
HSL18.35º62.05%61.76%-
HSV(B)18.35º55.5%85.49%-
XYZ39.632.8215.56-
YUV154.995.33173.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=48.55%
G=29.84%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181349700.390.560.1518.3562.0561.76
HexDA866102738F123e3e
Octal3322061410477017227676
Binary110110101000011011000010100111111000111110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8661; }

 p { color: rgb(218,134,97); }

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

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

 a { background-color: rgb(218,134,97); }

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

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

 span { border-color: rgb(218,134,97); }

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