#DD8D6E

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

Shades of Copper #DD8D6E

Tints of Copper #DD8D6E

Color information

#DD8D6E (or 0xDD8D6E) is unknown color: approx Copper. HEX triplet: DD, 8D and 6E. RGB value is (221,141,110). Sum of RGB (Red+Green+Blue) = 221+141+110=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D6E is #227291. Grayscale: #A1A1A1. Windows color (decimal): -2257554 or 7245277. OLE color: 7245277.

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

Color convert

RGB221141110-
CMYK00.360.500.13
HSL16.76º62.01%64.9%-
HSV(B)16.76º50.23%86.67%-
XYZ42.1635.5519.39-
YUV161.3999170.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=46.82%
G=29.87%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114111000.360.500.1316.7662.0164.9
HexDD8D6E02432D113e41
Octal33521515604462152176101
Binary1101110110001101110111001001001100101101100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D6E; }

 p { color: rgb(221,141,110); }

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

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

 a { background-color: rgb(221,141,110); }

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

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

 span { border-color: rgb(221,141,110); }

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