#DD957A

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

Shades of Dark Salmon #DD957A

Tints of Dark Salmon #DD957A

Color information

#DD957A (or 0xDD957A) is unknown color: approx Dark Salmon. HEX triplet: DD, 95 and 7A. RGB value is (221,149,122). Sum of RGB (Red+Green+Blue) = 221+149+122=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957A is #226A85. Grayscale: #A7A7A7. Windows color (decimal): -2255494 or 8033757. OLE color: 8033757.

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

Color convert

RGB221149122-
CMYK00.330.450.13
HSL16.36º59.28%67.25%-
HSV(B)16.36º44.8%86.67%-
XYZ44.0838.2723.48-
YUV167.45102.35166.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=44.92%
G=30.28%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114912200.330.450.1316.3659.2867.25
HexDD957A0212DD103b43
Octal33522517204155152073103
Binary1101110110010101111101001000011011011101100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD957A; }

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

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

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

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

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

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

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

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