#DD9467

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

Shades of Copper #DD9467

Tints of Copper #DD9467

Color information

#DD9467 (or 0xDD9467) is unknown color: approx Copper. HEX triplet: DD, 94 and 67. RGB value is (221,148,103). Sum of RGB (Red+Green+Blue) = 221+148+103=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9467 is #226B98. Grayscale: #A4A4A4. Windows color (decimal): -2255769 or 6788317. OLE color: 6788317.

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

Color convert

RGB221148103-
CMYK00.330.530.13
HSL22.88º63.44%63.53%-
HSV(B)22.88º53.39%86.67%-
XYZ42.8637.5317.82-
YUV164.793.18168.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=46.82%
G=31.36%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114810300.330.530.1322.8863.4463.53
HexDD946702135D173f40
Octal33522414704165152777100
Binary1101110110010100110011101000011101011101101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9467; }

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

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

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

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

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

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

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

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