#DD8D6C

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

Shades of Copper #DD8D6C

Tints of Copper #DD8D6C

Color information

#DD8D6C (or 0xDD8D6C) is unknown color: approx Copper. HEX triplet: DD, 8D and 6C. RGB value is (221,141,108). Sum of RGB (Red+Green+Blue) = 221+141+108=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D6C is #227293. Grayscale: #A1A1A1. Windows color (decimal): -2257556 or 7114205. OLE color: 7114205.

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

Color convert

RGB221141108-
CMYK00.360.510.13
HSL17.52º62.43%64.51%-
HSV(B)17.52º51.13%86.67%-
XYZ42.0535.518.82-
YUV161.1698170.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=47.02%
G=30%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114110800.360.510.1317.5262.4364.51
HexDD8D6C02433D123e41
Octal33521515404463152276101
Binary1101110110001101110110001001001100111101100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D6C; }

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

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

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

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

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

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

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

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