#DD8060

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

Shades of Copper #DD8060

Tints of Copper #DD8060

Color information

#DD8060 (or 0xDD8060) is unknown color: approx Copper. HEX triplet: DD, 80 and 60. RGB value is (221,128,96). Sum of RGB (Red+Green+Blue) = 221+128+96=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8060 is #227F9F. Grayscale: #989898. Windows color (decimal): -2260896 or 6324445. OLE color: 6324445.

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

Color convert

RGB22112896-
CMYK00.420.570.13
HSL15.36º64.77%62.16%-
HSV(B)15.36º56.56%86.67%-
XYZ39.6531.6615.09-
YUV152.1696.31177.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=49.66%
G=28.76%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211289600.420.570.1315.3664.7762.16
HexDD806002A39Df413e
Octal33520014005271151710176
Binary110111011000000011000000101010111001110111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8060; }

 p { color: rgb(221,128,96); }

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

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

 a { background-color: rgb(221,128,96); }

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

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

 span { border-color: rgb(221,128,96); }

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