#dd8665

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

Shades of Copper #DD8665

Tints of Copper #DD8665

Color information

#DD8665 (or 0xDD8665) is unknown color: approx Copper. HEX triplet: DD, 86 and 65. RGB value is (221,134,101). Sum of RGB (Red+Green+Blue) = 221+134+101=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8665 is #22799A. Grayscale: #9C9C9C. Windows color (decimal): -2259355 or 6653661. OLE color: 6653661.

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

Color convert

RGB221134101-
CMYK00.390.540.13
HSL16.5º63.83%63.14%-
HSV(B)16.5º54.3%86.67%-
XYZ40.6933.3616.61-
YUV156.2596.82174.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=48.46%
G=29.39%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113410100.390.540.1316.563.8363.14
HexDD866502736D11403f
Octal33520614504766152110077
Binary1101110110000110110010101001111101101101100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8665; }

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

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

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

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

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

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

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

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