#DD8461

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

Shades of Copper #DD8461

Tints of Copper #DD8461

Color information

#DD8461 (or 0xDD8461) is unknown color: approx Copper. HEX triplet: DD, 84 and 61. RGB value is (221,132,97). Sum of RGB (Red+Green+Blue) = 221+132+97=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8461 is #227B9E. Grayscale: #9A9A9A. Windows color (decimal): -2259871 or 6391005. OLE color: 6391005.

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

Color convert

RGB22113297-
CMYK00.400.560.13
HSL16.94º64.58%62.35%-
HSV(B)16.94º56.11%86.67%-
XYZ40.2332.7415.51-
YUV154.6295.49175.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=49.11%
G=29.33%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211329700.400.560.1316.9464.5862.35
HexDD846102838D11413e
Octal33520414105070152110176
Binary1101110110000100110000101010001110001101100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8461; }

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

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

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

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

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

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

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

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