#DD957F

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

Shades of Dark Salmon #DD957F

Tints of Dark Salmon #DD957F

Color information

#DD957F (or 0xDD957F) is unknown color: approx Dark Salmon. HEX triplet: DD, 95 and 7F. RGB value is (221,149,127). Sum of RGB (Red+Green+Blue) = 221+149+127=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957F is #226A80. Grayscale: #A8A8A8. Windows color (decimal): -2255489 or 8361437. OLE color: 8361437.

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

Color convert

RGB221149127-
CMYK00.330.430.13
HSL14.04º58.02%68.24%-
HSV(B)14.04º42.53%86.67%-
XYZ44.438.425.15-
YUV168.02104.85165.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 127 (50% from 255) = 25.55%
R=44.47%
G=29.98%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114912700.330.430.1314.0458.0268.24
HexDD957F0212BDe3a44
Octal33522517704153151672104
Binary110111011001010111111110100001101011110111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD957F; }

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

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

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

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

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

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

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

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