#DD976D

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

Shades of Copper #DD976D

Tints of Copper #DD976D

Color information

#DD976D (or 0xDD976D) is unknown color: approx Copper. HEX triplet: DD, 97 and 6D. RGB value is (221,151,109). Sum of RGB (Red+Green+Blue) = 221+151+109=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD976D is #226892. Grayscale: #A7A7A7. Windows color (decimal): -2254995 or 7182301. OLE color: 7182301.

HSL color Cylindrical-coordinate representation of color #DD976D: hue angle of 22.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD976D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221151109-
CMYK00.320.510.13
HSL22.5º62.22%64.71%-
HSV(B)22.5º50.68%86.67%-
XYZ43.6538.6119.62-
YUV167.1495.19166.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=45.95%
G=31.39%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115110900.320.510.1322.562.2264.71
HexDD976D02033D173e41
Octal33522715504063152776101
Binary1101110110010111110110101000001100111101101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD976D; }

 p { color: rgb(221,151,109); }

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

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

 a { background-color: rgb(221,151,109); }

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

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

 span { border-color: rgb(221,151,109); }

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