#DD947C

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

Shades of Dark Salmon #DD947C

Tints of Dark Salmon #DD947C

Color information

#DD947C (or 0xDD947C) is unknown color: approx Dark Salmon. HEX triplet: DD, 94 and 7C. RGB value is (221,148,124). Sum of RGB (Red+Green+Blue) = 221+148+124=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD947C is #226B83. Grayscale: #A7A7A7. Windows color (decimal): -2255748 or 8164573. OLE color: 8164573.

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

Color convert

RGB221148124-
CMYK00.330.440.13
HSL14.85º58.79%67.65%-
HSV(B)14.85º43.89%86.67%-
XYZ44.0538.0124.08-
YUV167.09103.68166.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=44.83%
G=30.02%
B=25.15%

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
Decimal22114812400.330.440.1314.8558.7967.65
HexDD947C0212CDf3b44
Octal33522417404154151773104
Binary110111011001010011111000100001101100110111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD947C; }

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

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

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

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

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

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

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

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