#DA8C61

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

Shades of Copper #DA8C61

Tints of Copper #DA8C61

Color information

#DA8C61 (or 0xDA8C61) is unknown color: approx Copper. HEX triplet: DA, 8C and 61. RGB value is (218,140,97). Sum of RGB (Red+Green+Blue) = 218+140+97=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C61 is #25739E. Grayscale: #9E9E9E. Windows color (decimal): -2454431 or 6393050. OLE color: 6393050.

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

Color convert

RGB21814097-
CMYK00.360.560.15
HSL21.32º62.05%61.76%-
HSV(B)21.32º55.5%85.49%-
XYZ40.4534.5215.84-
YUV158.4293.34170.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=47.91%
G=30.77%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181409700.360.560.1521.3262.0561.76
HexDA8C6102438F153e3e
Octal3322141410447017257676
Binary110110101000110011000010100100111000111110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C61; }

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

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

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

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

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

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

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

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