#DD8965

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

Shades of Copper #DD8965

Tints of Copper #DD8965

Color information

#DD8965 (or 0xDD8965) is unknown color: approx Copper. HEX triplet: DD, 89 and 65. RGB value is (221,137,101). Sum of RGB (Red+Green+Blue) = 221+137+101=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8965 is #22769A. Grayscale: #9E9E9E. Windows color (decimal): -2258587 or 6654429. OLE color: 6654429.

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

Color convert

RGB221137101-
CMYK00.380.540.13
HSL18º63.83%63.14%-
HSV(B)18º54.3%86.67%-
XYZ41.1134.216.75-
YUV158.0195.83172.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=48.15%
G=29.85%
B=22.00%

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
Decimal22113710100.380.540.131863.8363.14
HexDD896502636D12403f
Octal33521114504666152210077
Binary1101110110001001110010101001101101101101100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8965; }

 p { color: rgb(221,137,101); }

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

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

 a { background-color: rgb(221,137,101); }

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

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

 span { border-color: rgb(221,137,101); }

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