#DD825C

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

Shades of Copper #DD825C

Tints of Copper #DD825C

Color information

#DD825C (or 0xDD825C) is unknown color: approx Copper. HEX triplet: DD, 82 and 5C. RGB value is (221,130,92). Sum of RGB (Red+Green+Blue) = 221+130+92=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825C is #227DA3. Grayscale: #999999. Windows color (decimal): -2260388 or 6062813. OLE color: 6062813.

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

Color convert

RGB22113092-
CMYK00.410.580.13
HSL17.67º65.48%61.37%-
HSV(B)17.67º58.37%86.67%-
XYZ39.7332.1114.23-
YUV152.8893.65176.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=49.89%
G=29.35%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211309200.410.580.1317.6765.4861.37
HexDD825C0293AD12413d
Octal33520213405172152210175
Binary1101110110000010101110001010011110101101100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD825C; }

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

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

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

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

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

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

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

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