#DD885C

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

Shades of Copper #DD885C

Tints of Copper #DD885C

Color information

#DD885C (or 0xDD885C) is unknown color: approx Copper. HEX triplet: DD, 88 and 5C. RGB value is (221,136,92). Sum of RGB (Red+Green+Blue) = 221+136+92=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD885C is #2277A3. Grayscale: #9C9C9C. Windows color (decimal): -2258852 or 6064349. OLE color: 6064349.

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

Color convert

RGB22113692-
CMYK00.380.580.13
HSL20.47º65.48%61.37%-
HSV(B)20.47º58.37%86.67%-
XYZ40.5533.7514.5-
YUV156.491.66174.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=49.22%
G=30.29%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211369200.380.580.1320.4765.4861.37
HexDD885C0263AD14413d
Octal33521013404672152410175
Binary1101110110001000101110001001101110101101101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD885C; }

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

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

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

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

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

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

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

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