#DD8B6D

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

Shades of Copper #DD8B6D

Tints of Copper #DD8B6D

Color information

#DD8B6D (or 0xDD8B6D) is unknown color: approx Copper. HEX triplet: DD, 8B and 6D. RGB value is (221,139,109). Sum of RGB (Red+Green+Blue) = 221+139+109=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B6D is #227492. Grayscale: #A0A0A0. Windows color (decimal): -2258067 or 7179229. OLE color: 7179229.

HSL color Cylindrical-coordinate representation of color #DD8B6D: hue angle of 16.07º 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 #DD8B6D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221139109-
CMYK00.370.510.13
HSL16.07º62.22%64.71%-
HSV(B)16.07º50.68%86.67%-
XYZ41.8134.9419.01-
YUV160.199.17171.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=47.12%
G=29.64%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113910900.370.510.1316.0762.2264.71
HexDD8B6D02533D103e41
Octal33521315504563152076101
Binary1101110110001011110110101001011100111101100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B6D; }

 p { color: rgb(221,139,109); }

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

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

 a { background-color: rgb(221,139,109); }

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

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

 span { border-color: rgb(221,139,109); }

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