#DD865C

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

Shades of Copper #DD865C

Tints of Copper #DD865C

Color information

#DD865C (or 0xDD865C) is unknown color: approx Copper. HEX triplet: DD, 86 and 5C. RGB value is (221,134,92). Sum of RGB (Red+Green+Blue) = 221+134+92=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD865C is #2279A3. Grayscale: #9B9B9B. Windows color (decimal): -2259364 or 6063837. OLE color: 6063837.

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

Color convert

RGB22113492-
CMYK00.390.580.13
HSL19.53º65.48%61.37%-
HSV(B)19.53º58.37%86.67%-
XYZ40.2833.214.41-
YUV155.2292.32174.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=49.44%
G=29.98%
B=20.58%

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
Decimal2211349200.390.580.1319.5365.4861.37
HexDD865C0273AD14413d
Octal33520613404772152410175
Binary1101110110000110101110001001111110101101101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD865C; }

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

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

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

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

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

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

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

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