#DD896E

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

Shades of Copper #DD896E

Tints of Copper #DD896E

Color information

#DD896E (or 0xDD896E) is unknown color: approx Copper. HEX triplet: DD, 89 and 6E. RGB value is (221,137,110). Sum of RGB (Red+Green+Blue) = 221+137+110=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD896E is #227691. Grayscale: #9F9F9F. Windows color (decimal): -2258578 or 7244253. OLE color: 7244253.

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

Color convert

RGB221137110-
CMYK00.380.500.13
HSL14.59º62.01%64.9%-
HSV(B)14.59º50.23%86.67%-
XYZ41.5834.3919.2-
YUV159.04100.33172.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=47.22%
G=29.27%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113711000.380.500.1314.5962.0164.9
HexDD896E02632Df3e41
Octal33521115604662151776101
Binary110111011000100111011100100110110010110111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD896E; }

 p { color: rgb(221,137,110); }

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

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

 a { background-color: rgb(221,137,110); }

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

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

 span { border-color: rgb(221,137,110); }

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