#DA8D62

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

Shades of Copper #DA8D62

Tints of Copper #DA8D62

Color information

#DA8D62 (or 0xDA8D62) is unknown color: approx Copper. HEX triplet: DA, 8D and 62. RGB value is (218,141,98). Sum of RGB (Red+Green+Blue) = 218+141+98=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D62 is #25729D. Grayscale: #9F9F9F. Windows color (decimal): -2454174 or 6458842. OLE color: 6458842.

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

Color convert

RGB21814198-
CMYK00.350.550.15
HSL21.5º61.86%61.96%-
HSV(B)21.5º55.05%85.49%-
XYZ40.6434.8416.14-
YUV159.1293.51170-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=47.70%
G=30.85%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181419800.350.550.1521.561.8661.96
HexDA8D6202337F163e3e
Octal3322151420436717267676
Binary110110101000110111000100100011110111111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D62; }

 p { color: rgb(218,141,98); }

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

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

 a { background-color: rgb(218,141,98); }

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

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

 span { border-color: rgb(218,141,98); }

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