#DD865D

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

Shades of Copper #DD865D

Tints of Copper #DD865D

Color information

#DD865D (or 0xDD865D) is unknown color: approx Copper. HEX triplet: DD, 86 and 5D. RGB value is (221,134,93). Sum of RGB (Red+Green+Blue) = 221+134+93=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD865D is #2279A2. Grayscale: #9B9B9B. Windows color (decimal): -2259363 or 6129373. OLE color: 6129373.

HSL color Cylindrical-coordinate representation of color #DD865D: hue angle of 19.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD865D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22113493-
CMYK00.390.580.13
HSL19.22º65.31%61.57%-
HSV(B)19.22º57.92%86.67%-
XYZ40.3233.2114.64-
YUV155.3492.82174.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=49.33%
G=29.91%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211349300.390.580.1319.2265.3161.57
HexDD865D0273AD13413e
Octal33520613504772152310176
Binary1101110110000110101110101001111110101101100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD865D; }

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

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

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

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

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

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

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

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