#DD8A5D

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

Shades of Copper #DD8A5D

Tints of Copper #DD8A5D

Color information

#DD8A5D (or 0xDD8A5D) is unknown color: approx Copper. HEX triplet: DD, 8A and 5D. RGB value is (221,138,93). Sum of RGB (Red+Green+Blue) = 221+138+93=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A5D is #2275A2. Grayscale: #9D9D9D. Windows color (decimal): -2258339 or 6130397. OLE color: 6130397.

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

Color convert

RGB22113893-
CMYK00.380.580.13
HSL21.09º65.31%61.57%-
HSV(B)21.09º57.92%86.67%-
XYZ40.8834.3414.83-
YUV157.6991.5173.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=48.89%
G=30.53%
B=20.58%

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
Decimal2211389300.380.580.1321.0965.3161.57
HexDD8A5D0263AD15413e
Octal33521213504672152510176
Binary1101110110001010101110101001101110101101101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A5D; }

 p { color: rgb(221,138,93); }

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

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

 a { background-color: rgb(221,138,93); }

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

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

 span { border-color: rgb(221,138,93); }

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