#DD8E60

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

Shades of Copper #DD8E60

Tints of Copper #DD8E60

Color information

#DD8E60 (or 0xDD8E60) is unknown color: approx Copper. HEX triplet: DD, 8E and 60. RGB value is (221,142,96). Sum of RGB (Red+Green+Blue) = 221+142+96=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E60 is #22719F. Grayscale: #A0A0A0. Windows color (decimal): -2257312 or 6328029. OLE color: 6328029.

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

Color convert

RGB22114296-
CMYK00.360.570.13
HSL22.08º64.77%62.16%-
HSV(B)22.08º56.56%86.67%-
XYZ41.635.5615.74-
YUV160.3891.67171.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=48.15%
G=30.94%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211429600.360.570.1322.0864.7762.16
HexDD8E6002439D16413e
Octal33521614004471152610176
Binary1101110110001110110000001001001110011101101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E60; }

 p { color: rgb(221,142,96); }

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

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

 a { background-color: rgb(221,142,96); }

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

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

 span { border-color: rgb(221,142,96); }

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