#DD825F

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

Shades of Copper #DD825F

Tints of Copper #DD825F

Color information

#DD825F (or 0xDD825F) is unknown color: approx Copper. HEX triplet: DD, 82 and 5F. RGB value is (221,130,95). Sum of RGB (Red+Green+Blue) = 221+130+95=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825F is #227DA0. Grayscale: #999999. Windows color (decimal): -2260385 or 6259421. OLE color: 6259421.

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

Color convert

RGB22113095-
CMYK00.410.570.13
HSL16.67º64.95%61.96%-
HSV(B)16.67º57.01%86.67%-
XYZ39.8732.1614.93-
YUV153.2295.15176.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=49.55%
G=29.15%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211309500.410.570.1316.6764.9561.96
HexDD825F02939D11413e
Octal33520213705171152110176
Binary1101110110000010101111101010011110011101100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD825F; }

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

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

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

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

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

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

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

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