#DD8464

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

Shades of Copper #DD8464

Tints of Copper #DD8464

Color information

#DD8464 (or 0xDD8464) is unknown color: approx Copper. HEX triplet: DD, 84 and 64. RGB value is (221,132,100). Sum of RGB (Red+Green+Blue) = 221+132+100=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8464 is #227B9B. Grayscale: #9B9B9B. Windows color (decimal): -2259868 or 6587613. OLE color: 6587613.

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

Color convert

RGB221132100-
CMYK00.400.550.13
HSL15.87º64.02%62.94%-
HSV(B)15.87º54.75%86.67%-
XYZ40.3732.7916.26-
YUV154.9696.99175.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=48.79%
G=29.14%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113210000.400.550.1315.8764.0262.94
HexDD846402837D10403f
Octal33520414405067152010077
Binary1101110110000100110010001010001101111101100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8464; }

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

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

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

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

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

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

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

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