#DD7E63

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

Shades of Copper #DD7E63

Tints of Copper #DD7E63

Color information

#DD7E63 (or 0xDD7E63) is unknown color: approx Copper. HEX triplet: DD, 7E and 63. RGB value is (221,126,99). Sum of RGB (Red+Green+Blue) = 221+126+99=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E63 is #22819C. Grayscale: #979797. Windows color (decimal): -2261405 or 6520541. OLE color: 6520541.

HSL color Cylindrical-coordinate representation of color #DD7E63: hue angle of 13.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD7E63 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22112699-
CMYK00.430.550.13
HSL13.28º64.21%62.75%-
HSV(B)13.28º55.2%86.67%-
XYZ39.5331.1915.74-
YUV151.3398.47177.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=49.55%
G=28.25%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211269900.430.550.1313.2864.2162.75
HexDD7E6302B37Dd403f
Octal33517614305367151510077
Binary11011101111111011000110101011110111110111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E63; }

 p { color: rgb(221,126,99); }

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

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

 a { background-color: rgb(221,126,99); }

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

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

 span { border-color: rgb(221,126,99); }

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