#DD845F

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

Shades of Copper #DD845F

Tints of Copper #DD845F

Color information

#DD845F (or 0xDD845F) is unknown color: approx Copper. HEX triplet: DD, 84 and 5F. RGB value is (221,132,95). Sum of RGB (Red+Green+Blue) = 221+132+95=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD845F is #227BA0. Grayscale: #9A9A9A. Windows color (decimal): -2259873 or 6259933. OLE color: 6259933.

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

Color convert

RGB22113295-
CMYK00.400.570.13
HSL17.62º64.95%61.96%-
HSV(B)17.62º57.01%86.67%-
XYZ40.1432.715.02-
YUV154.3994.49175.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=49.33%
G=29.46%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211329500.400.570.1317.6264.9561.96
HexDD845F02839D12413e
Octal33520413705071152210176
Binary1101110110000100101111101010001110011101100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD845F; }

 p { color: rgb(221,132,95); }

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

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

 a { background-color: rgb(221,132,95); }

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

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

 span { border-color: rgb(221,132,95); }

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