#DD8866

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

Shades of Copper #DD8866

Tints of Copper #DD8866

Color information

#DD8866 (or 0xDD8866) is unknown color: approx Copper. HEX triplet: DD, 88 and 66. RGB value is (221,136,102). Sum of RGB (Red+Green+Blue) = 221+136+102=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8866 is #227799. Grayscale: #9D9D9D. Windows color (decimal): -2258842 or 6719709. OLE color: 6719709.

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

Color convert

RGB221136102-
CMYK00.380.540.13
HSL17.14º63.64%63.33%-
HSV(B)17.14º53.85%86.67%-
XYZ41.0233.9416.96-
YUV157.5496.66173.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=48.15%
G=29.63%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113610200.380.540.1317.1463.6463.33
HexDD886602636D11403f
Octal33521014604666152110077
Binary1101110110001000110011001001101101101101100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8866; }

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

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

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

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

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

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

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

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