#DD8E71

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

Shades of Copper #DD8E71

Tints of Copper #DD8E71

Color information

#DD8E71 (or 0xDD8E71) is unknown color: approx Copper. HEX triplet: DD, 8E and 71. RGB value is (221,142,113). Sum of RGB (Red+Green+Blue) = 221+142+113=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E71 is #22718E. Grayscale: #A2A2A2. Windows color (decimal): -2257295 or 7442141. OLE color: 7442141.

HSL color Cylindrical-coordinate representation of color #DD8E71: hue angle of 16.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8E71 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221142113-
CMYK00.360.490.13
HSL16.11º61.36%65.49%-
HSV(B)16.11º48.87%86.67%-
XYZ42.4735.9120.32-
YUV162.32100.17169.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=46.43%
G=29.83%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114211300.360.490.1316.1161.3665.49
HexDD8E7102431D103d41
Octal33521616104461152075101
Binary1101110110001110111000101001001100011101100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E71; }

 p { color: rgb(221,142,113); }

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

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

 a { background-color: rgb(221,142,113); }

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

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

 span { border-color: rgb(221,142,113); }

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