#DD855C

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

Shades of Copper #DD855C

Tints of Copper #DD855C

Color information

#DD855C (or 0xDD855C) is unknown color: approx Copper. HEX triplet: DD, 85 and 5C. RGB value is (221,133,92). Sum of RGB (Red+Green+Blue) = 221+133+92=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD855C is #227AA3. Grayscale: #9A9A9A. Windows color (decimal): -2259620 or 6063581. OLE color: 6063581.

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

Color convert

RGB22113392-
CMYK00.400.580.13
HSL19.07º65.48%61.37%-
HSV(B)19.07º58.37%86.67%-
XYZ40.1432.9214.36-
YUV154.6492.65175.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=49.55%
G=29.82%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211339200.400.580.1319.0765.4861.37
HexDD855C0283AD13413d
Octal33520513405072152310175
Binary1101110110000101101110001010001110101101100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD855C; }

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

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

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

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

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

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

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

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