#DD957C

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

Shades of Dark Salmon #DD957C

Tints of Dark Salmon #DD957C

Color information

#DD957C (or 0xDD957C) is unknown color: approx Dark Salmon. HEX triplet: DD, 95 and 7C. RGB value is (221,149,124). Sum of RGB (Red+Green+Blue) = 221+149+124=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957C is #226A83. Grayscale: #A7A7A7. Windows color (decimal): -2255492 or 8164829. OLE color: 8164829.

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

Color convert

RGB221149124-
CMYK00.330.440.13
HSL15.46º58.79%67.65%-
HSV(B)15.46º43.89%86.67%-
XYZ44.238.3224.14-
YUV167.68103.35166.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=44.74%
G=30.16%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114912400.330.440.1315.4658.7967.65
HexDD957C0212CDf3b44
Octal33522517404154151773104
Binary110111011001010111111000100001101100110111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD957C; }

 p { color: rgb(221,149,124); }

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

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

 a { background-color: rgb(221,149,124); }

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

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

 span { border-color: rgb(221,149,124); }

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