#DD8860

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

Shades of Copper #DD8860

Tints of Copper #DD8860

Color information

#DD8860 (or 0xDD8860) is unknown color: approx Copper. HEX triplet: DD, 88 and 60. RGB value is (221,136,96). Sum of RGB (Red+Green+Blue) = 221+136+96=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8860 is #22779F. Grayscale: #9D9D9D. Windows color (decimal): -2258848 or 6326493. OLE color: 6326493.

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

Color convert

RGB22113696-
CMYK00.380.570.13
HSL19.2º64.77%62.16%-
HSV(B)19.2º56.56%86.67%-
XYZ40.7333.8315.45-
YUV156.8593.66173.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=48.79%
G=30.02%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211369600.380.570.1319.264.7762.16
HexDD886002639D13413e
Octal33521014004671152310176
Binary1101110110001000110000001001101110011101100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8860; }

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

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

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

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

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

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

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

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