#DD8558

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

Shades of Copper #DD8558

Tints of Copper #DD8558

Color information

#DD8558 (or 0xDD8558) is unknown color: approx Copper. HEX triplet: DD, 85 and 58. RGB value is (221,133,88). Sum of RGB (Red+Green+Blue) = 221+133+88=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8558 is #227AA7. Grayscale: #9A9A9A. Windows color (decimal): -2259624 or 5801437. OLE color: 5801437.

HSL color Cylindrical-coordinate representation of color #DD8558: hue angle of 20.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8558 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22113388-
CMYK00.400.600.13
HSL20.3º66.17%60.59%-
HSV(B)20.3º60.18%86.67%-
XYZ39.9732.8513.47-
YUV154.1890.65175.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=50%
G=30.09%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211338800.400.600.1320.366.1760.59
HexDD85580283CD14423d
Octal33520513005074152410275
Binary1101110110000101101100001010001111001101101001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8558; }

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

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

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

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

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

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

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

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