#DD805F

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

Shades of Copper #DD805F

Tints of Copper #DD805F

Color information

#DD805F (or 0xDD805F) is unknown color: approx Copper. HEX triplet: DD, 80 and 5F. RGB value is (221,128,95). Sum of RGB (Red+Green+Blue) = 221+128+95=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD805F is #227FA0. Grayscale: #989898. Windows color (decimal): -2260897 or 6258909. OLE color: 6258909.

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

Color convert

RGB22112895-
CMYK00.420.570.13
HSL15.71º64.95%61.96%-
HSV(B)15.71º57.01%86.67%-
XYZ39.631.6414.85-
YUV152.0495.81177.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=49.77%
G=28.83%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211289500.420.570.1315.7164.9561.96
HexDD805F02A39D10413e
Octal33520013705271152010176
Binary1101110110000000101111101010101110011101100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD805F; }

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

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

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

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

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

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

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

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