#DD946D

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

Shades of Copper #DD946D

Tints of Copper #DD946D

Color information

#DD946D (or 0xDD946D) is unknown color: approx Copper. HEX triplet: DD, 94 and 6D. RGB value is (221,148,109). Sum of RGB (Red+Green+Blue) = 221+148+109=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD946D is #226B92. Grayscale: #A5A5A5. Windows color (decimal): -2255763 or 7181533. OLE color: 7181533.

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

Color convert

RGB221148109-
CMYK00.330.510.13
HSL20.89º62.22%64.71%-
HSV(B)20.89º50.68%86.67%-
XYZ43.1737.6619.46-
YUV165.3896.18167.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=46.23%
G=30.96%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114810900.330.510.1320.8962.2264.71
HexDD946D02133D153e41
Octal33522415504163152576101
Binary1101110110010100110110101000011100111101101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD946D; }

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

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

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

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

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

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

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

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