#dd7f60

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

Shades of Copper #DD7F60

Tints of Copper #DD7F60

Color information

#DD7F60 (or 0xDD7F60) is unknown color: approx Copper. HEX triplet: DD, 7F and 60. RGB value is (221,127,96). Sum of RGB (Red+Green+Blue) = 221+127+96=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F60 is #22809F. Grayscale: #979797. Windows color (decimal): -2261152 or 6324189. OLE color: 6324189.

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

Color convert

RGB22112796-
CMYK00.430.570.13
HSL14.88º64.77%62.16%-
HSV(B)14.88º56.56%86.67%-
XYZ39.5231.415.04-
YUV151.5796.64177.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=49.77%
G=28.60%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211279600.430.570.1314.8864.7762.16
HexDD7F6002B39Df413e
Octal33517714005371151710176
Binary11011101111111111000000101011111001110111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7f60; }

 p { color: rgb(221,127,96); }

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

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

 a { background-color: rgb(221,127,96); }

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

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

 span { border-color: rgb(221,127,96); }

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