#DD906C

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

Shades of Copper #DD906C

Tints of Copper #DD906C

Color information

#DD906C (or 0xDD906C) is unknown color: approx Copper. HEX triplet: DD, 90 and 6C. RGB value is (221,144,108). Sum of RGB (Red+Green+Blue) = 221+144+108=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD906C is #226F93. Grayscale: #A3A3A3. Windows color (decimal): -2256788 or 7114973. OLE color: 7114973.

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

Color convert

RGB221144108-
CMYK00.350.510.13
HSL19.12º62.43%64.51%-
HSV(B)19.12º51.13%86.67%-
XYZ42.536.418.97-
YUV162.9297.01169.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=46.72%
G=30.44%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114410800.350.510.1319.1262.4364.51
HexDD906C02333D133e41
Octal33522015404363152376101
Binary1101110110010000110110001000111100111101100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD906C; }

 p { color: rgb(221,144,108); }

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

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

 a { background-color: rgb(221,144,108); }

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

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

 span { border-color: rgb(221,144,108); }

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